Page MenuHomePhabricator

D10289.diff
No OneTemporary

D10289.diff

diff --git a/lib/socket/socket.react.js b/lib/socket/socket.react.js
--- a/lib/socket/socket.react.js
+++ b/lib/socket/socket.react.js
@@ -495,7 +495,7 @@
this.props.getInitialNotificationsEncryptedMessage,
);
- if (!recoverySessionChange && sessionChange) {
+ if (!recoverySessionChange) {
const { cookie: newerCookie, currentUserInfo } = sessionChange;
this.props.dispatch({
type: setNewSessionActionType,
@@ -512,11 +512,6 @@
keyserverID: ashoatKeyserverID,
},
});
- } else if (!recoverySessionChange) {
- void this.props.dispatchActionPromise(
- logOutActionTypes,
- this.props.logOut(this.props.preRequestUserState),
- );
}
this.invalidationRecoveryInProgress = false;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 28, 1:03 AM (21 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2592241
Default Alt Text
D10289.diff (823 B)

Event Timeline