Save account after creating profile key

This commit is contained in:
AsamK 2018-11-25 22:07:48 +01:00
parent 5f2190713a
commit e809792467

View file

@ -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();
}
}