mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 17:23:04 +03:00
/sync should send null for Domains if excludeDomains=true #2304
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?
Originally created by @mprasil on GitHub.
Vault will call
/api/sync?excludeDomains=truewhen it wants to do sync without Equivalent Domains information. While returning it anyway doesn't break the client, it makes the response unnecessarily big. (about 5x the response size with the default domain list)