Skip to content

Commit

Permalink
Merge pull request #1601 from Expensify/marcaaron-fixDesktopReauthent…
Browse files Browse the repository at this point in the history
…ication

Prevent Push_Authenticate commands from being skipped
  • Loading branch information
Nicholas Murray authored Mar 3, 2021
2 parents dfa5dae + e2369bc commit f6ca82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/PusherConnectionManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function init() {
socket_id: socketID,
channel_name: channel.name,
doNotRetry: true,
forceNetworkRequest: true,
})
.then((data) => {
if (data.jsonCode === 407) {
Expand Down

0 comments on commit f6ca82c

Please sign in to comment.