mirror of
https://github.com/bitwarden/server.git
synced 2026-02-05 08:33:10 +08:00
Fix null collectionIds after live-syncing a cipher (#2057)
This commit is contained in:
@@ -70,6 +70,7 @@ namespace Bit.Core.Services
|
||||
UserId = cipher.UserId,
|
||||
OrganizationId = cipher.OrganizationId,
|
||||
RevisionDate = cipher.RevisionDate,
|
||||
CollectionIds = collectionIds,
|
||||
};
|
||||
|
||||
await SendPayloadToUserAsync(cipher.UserId.Value, type, message, true);
|
||||
|
||||
Reference in New Issue
Block a user