1
0
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:
Kyle Spearrin 2016-07-06 00:17:22 -04:00
parent ba209e41ce
commit 46b0d52366

View File

@ -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)