mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
jobject fox for ciphers push
This commit is contained in:
parent
ba209e41ce
commit
46b0d52366
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user