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