mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-07 04:48:51 +03:00
49579e4ce7
When creating a new cipher, the mobile clients seem to set this field to an
invalid value, which causes a warning to be logged:
Error parsing LastKnownRevisionDate '0001-01-01T00:00:00': premature end of input
Avoid this by dropping the `LastKnownRevisionDate` field on cipher creation.