mirror of
https://github.com/bitwarden/server
synced 2025-12-30 15:14:02 +00:00
jobject fox for ciphers push
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Bit.Core.Services
|
||||
Aps = new PushNotification.AppleData { ContentAvailable = 1 }
|
||||
};
|
||||
|
||||
await PushToAllUserDevicesAsync(userId, new JObject(message));
|
||||
await PushToAllUserDevicesAsync(userId, JObject.FromObject(message));
|
||||
}
|
||||
|
||||
private void InitGcmBroker(GlobalSettings globalSettings)
|
||||
|
||||
Reference in New Issue
Block a user