mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #1779] [MERGED] Avoid Error parsing LastKnownRevisionDate warning for mobile clients
#6646
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/1779
Author: @jjlin
Created: 6/20/2021
Status: ✅ Merged
Merged: 6/20/2021
Merged by: @BlackDex
Base:
main← Head:last-known-rev-warning📝 Commits (1)
49579e4AvoidError parsing LastKnownRevisionDatewarning for mobile clients📊 Changes
1 file changed (+7 additions, -1 deletions)
View changed files
📝
src/api/core/ciphers.rs(+7 -1)📄 Description
When creating a new cipher, the mobile clients seem to set this field to an
invalid value, which causes a warning to be logged:
Avoid this by dropping the
LastKnownRevisionDatefield on cipher creation.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.