mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-08-31 06:26:33 +00:00
Check account identifiers on the server before updating the account attributes
This commit is contained in:
parent
a4db5d616a
commit
9553b1ef00
@ -231,6 +231,7 @@ class ManagerImpl implements Manager {
|
||||
if (deviceName != null) {
|
||||
context.getAccountHelper().setDeviceName(deviceName);
|
||||
}
|
||||
context.getAccountHelper().checkWhoAmiI();
|
||||
context.getAccountHelper().updateAccountAttributes();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user