Updated Whisper Push Notifications (markdown)

Victor Farazdagi 2017-04-11 21:26:38 +03:00
parent 1fa7f0e2eb
commit 46e5912edd

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