Unlink on device conflict 4409
This commit is contained in:
parent
e12b5fd0af
commit
a27890b988
2 changed files with 11 additions and 0 deletions
|
@ -1320,6 +1320,10 @@ export function initialize({
|
|||
window.Whisper.events.trigger('unlinkAndDisconnect');
|
||||
});
|
||||
|
||||
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