mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-07 21:15:39 -05:00
[PR #6574] [MERGED] Add UserDecryption on /sync too #7447
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/6574
Author: @dani-garcia
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @dani-garcia
Base:
main← Head:more-user-decryption-options📝 Commits (1)
80e2250Add UserDecryptionOptions on /sync too📊 Changes
2 files changed (+25 additions, -4 deletions)
View changed files
📝
src/api/core/ciphers.rs(+22 -1)📝
src/api/core/mod.rs(+3 -3)📄 Description
The UserDecryption values are not only returned on the authentication response, but also on calls to /sync, which I've missed on #6572.
Yes, it's also using different casing 😿, but that's the behavior from upstream, so I'd rather copy it to avoid problems
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.