Don't unlink on 4409
This commit is contained in:
parent
d2d2a230b6
commit
6f4730b42c
2 changed files with 1 additions and 7 deletions
|
@ -1329,10 +1329,6 @@ export function initialize({
|
|||
window.Whisper.events.trigger('socketConnectError');
|
||||
});
|
||||
|
||||
socketManager.on('deviceConflict', () => {
|
||||
window.Whisper.events.trigger('unlinkAndDisconnect');
|
||||
});
|
||||
|
||||
if (useWebSocket) {
|
||||
void socketManager.authenticate({ username, password });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue