mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-02-05 02:38:09 -05:00
631d022e17
- 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