mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Don't unlink on 4409
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user