Updated Whisper Push Notifications (markdown)

Victor Farazdagi 2017-04-11 21:26:38 +03:00
parent 1fa7f0e2eb
commit 46e5912edd
1 changed files with 1 additions and 1 deletions

@ -209,7 +209,7 @@ var createChatSession = function (subscriptionKey) {
// 2. share that key with others, so that they can register themselves
// 3. use chat key to trigger notifications
registerDevice(payload.key);
shareAndUseChatKey(payload.key);
shareChatKey(payload.key);
}
});