Save account after creating profile key
This commit is contained in:
parent
5f2190713a
commit
e809792467
@ -161,6 +161,7 @@ public class Manager implements Signal {
|
|||||||
if (account.getProfileKey() == null) {
|
if (account.getProfileKey() == null) {
|
||||||
// Old config file, creating new profile key
|
// Old config file, creating new profile key
|
||||||
account.setProfileKey(KeyUtils.createProfileKey());
|
account.setProfileKey(KeyUtils.createProfileKey());
|
||||||
|
account.save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user