Fix groups for upgraded clients
This commit is contained in:
parent
9b7e9cc61e
commit
b6684906fc
@ -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…
x
Reference in New Issue
Block a user