Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/libs/actions/Session/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,11 @@ function authenticatePusher(socketID, channelName, callback) {
return;
}

if (data.jsonCode !== 200) {
Log.hmmm('[PusherConnectionManager] Unable to authenticate Pusher for some reason other than expired session');
return;
}

Log.info(
'[PusherConnectionManager] Pusher authenticated successfully',
false,
Expand Down