mirror of
https://github.com/bitwarden/server
synced 2025-12-23 11:43:23 +00:00
Move into and read ciphers from org subvaults
This commit is contained in:
@@ -71,7 +71,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
Type = type,
|
||||
Id = cipher.Id,
|
||||
UserId = cipher.UserId,
|
||||
UserId = cipher.UserId.Value,
|
||||
RevisionDate = cipher.RevisionDate,
|
||||
Aps = new PushNotification.AppleData { ContentAvailable = 1 }
|
||||
};
|
||||
@@ -82,7 +82,7 @@ namespace Bit.Core.Services
|
||||
excludedTokens.Add(_currentContext.DeviceIdentifier);
|
||||
}
|
||||
|
||||
await PushToAllUserDevicesAsync(cipher.UserId, JObject.FromObject(message), excludedTokens);
|
||||
await PushToAllUserDevicesAsync(cipher.UserId.Value, JObject.FromObject(message), excludedTokens);
|
||||
}
|
||||
|
||||
public async Task PushSyncCiphersAsync(Guid userId)
|
||||
|
||||
Reference in New Issue
Block a user