mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Save account after creating profile key
This commit is contained in:
parent
5f2190713a
commit
e809792467
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ public class Manager implements Signal {
|
|||
if (account.getProfileKey() == null) {
|
||||
// Old config file, creating new profile key
|
||||
account.setProfileKey(KeyUtils.createProfileKey());
|
||||
account.save();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue