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