mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Check account identifiers on the server before updating the account attributes
This commit is contained in:
parent
a4db5d616a
commit
9553b1ef00
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ class ManagerImpl implements Manager {
|
||||||
if (deviceName != null) {
|
if (deviceName != null) {
|
||||||
context.getAccountHelper().setDeviceName(deviceName);
|
context.getAccountHelper().setDeviceName(deviceName);
|
||||||
}
|
}
|
||||||
|
context.getAccountHelper().checkWhoAmiI();
|
||||||
context.getAccountHelper().updateAccountAttributes();
|
context.getAccountHelper().updateAccountAttributes();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue