mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -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 }
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user