mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-19 10:18:31 -04:00
- Do not update `externalId` on group updates Groups are only updated via the web-vault currently, and those do not send the `externalId` value, and thus we need to prevent updating it. - Refactored some other ExternalId functions - Prevent empty `externalId` on `Collections` - Return `externalId` for users Fixes #3685