Reconnect websocket on e164 change
This commit is contained in:
parent
30075f18fc
commit
c7873dd7ea
2 changed files with 8 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue