Show pending and requesting members of v2 groups

This commit is contained in:
AsamK 2020-12-04 19:51:36 +01:00
parent 6bfcba4940
commit d267974223
4 changed files with 46 additions and 5 deletions

View file

@ -250,9 +250,6 @@ public class Manager implements Closeable {
Manager m = new Manager(account, pathConfig, serviceConfiguration, userAgent);
m.migrateLegacyConfigs();
if (m.isRegistered()) {
m.updateAccountAttributes();
}
return m;
}
@ -290,6 +287,7 @@ public class Manager implements Closeable {
account.setUuid(accountManager.getOwnUuid());
account.save();
}
updateAccountAttributes();
}
}