mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-21 22:54:21 +01:00
Show pending and requesting members of v2 groups
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user