Fix sync with new native clients #948

Closed
opened 2026-04-06 01:13:08 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 9/7/2024

This should fix syncing with the new native clients.

  • Filter out password history items which have null
  • Redesigned the Secure Note Type check to be more robust
  • Check for null passwords in history during import (or key rotation)
    This should not be an issue during the key rotation, since we do not return the invalid password history items anymore.

Fixes #4870
Fixes #4921

*Originally created by @BlackDex on 9/7/2024* This should fix syncing with the new native clients. - Filter out password history items which have `null` - Redesigned the Secure Note Type check to be more robust - Check for `null` passwords in history during import (or key rotation) This should not be an issue during the key rotation, since we do not return the invalid password history items anymore. Fixes #4870 Fixes #4921
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#948