mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05: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 }
|
Aps = new PushNotification.AppleData { ContentAvailable = 1 }
|
||||||
};
|
};
|
||||||
|
|
||||||
await PushToAllUserDevicesAsync(userId, new JObject(message));
|
await PushToAllUserDevicesAsync(userId, JObject.FromObject(message));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void InitGcmBroker(GlobalSettings globalSettings)
|
private void InitGcmBroker(GlobalSettings globalSettings)
|
||||||
|
Reference in New Issue
Block a user