Don't unlink on 4409

This commit is contained in:
Fedor Indutny 2024-03-18 10:08:36 -07:00 committed by GitHub
parent d2d2a230b6
commit 6f4730b42c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 7 deletions

View file

@ -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 });
}