mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Reconnect websocket on e164 change
This commit is contained in:
@@ -47,7 +47,7 @@ export class User {
|
||||
]);
|
||||
|
||||
// Notify redux about phone number change
|
||||
window.Whisper.events.trigger('userChanged');
|
||||
window.Whisper.events.trigger('userChanged', true);
|
||||
}
|
||||
|
||||
public getNumber(): string | undefined {
|
||||
|
||||
Reference in New Issue
Block a user