mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-09 08:54:26 +01:00
Update account attributes after setting a pin
Ensures that the recovery password gets set immediately. Related to #1447
This commit is contained in:
@@ -500,6 +500,7 @@ public class AccountHelper {
|
||||
dependencies.getAccountManager().enableRegistrationLock(masterKey);
|
||||
|
||||
account.setRegistrationLockPin(pin);
|
||||
updateAccountAttributes();
|
||||
}
|
||||
|
||||
public void removeRegistrationPin() throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user