mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Fix groups for upgraded clients
This commit is contained in:
parent
9b7e9cc61e
commit
b6684906fc
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ class Manager {
|
||||||
if (groupStoreNode != null) {
|
if (groupStoreNode != null) {
|
||||||
groupStore = jsonProcessot.convertValue(groupStoreNode, JsonGroupStore.class);
|
groupStore = jsonProcessot.convertValue(groupStoreNode, JsonGroupStore.class);
|
||||||
}
|
}
|
||||||
|
if (groupStore == null) {
|
||||||
|
groupStore = new JsonGroupStore();
|
||||||
|
}
|
||||||
accountManager = new TextSecureAccountManager(URL, TRUST_STORE, username, password, USER_AGENT);
|
accountManager = new TextSecureAccountManager(URL, TRUST_STORE, username, password, USER_AGENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue