mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 10:04:23 +01:00
Fix groups for upgraded clients
This commit is contained in:
@@ -128,6 +128,9 @@ class Manager {
|
||||
if (groupStoreNode != null) {
|
||||
groupStore = jsonProcessot.convertValue(groupStoreNode, JsonGroupStore.class);
|
||||
}
|
||||
if (groupStore == null) {
|
||||
groupStore = new JsonGroupStore();
|
||||
}
|
||||
accountManager = new TextSecureAccountManager(URL, TRUST_STORE, username, password, USER_AGENT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user