Enable sending to groups

This commit is contained in:
AsamK 2015-11-25 14:38:08 +01:00
parent c41ac8e7a3
commit 2517919c49
2 changed files with 38 additions and 3 deletions

View file

@ -378,4 +378,8 @@ class Manager {
String e164number = canonicalizeNumber(number);
return new TextSecureAddress(e164number);
}
GroupInfo getGroupInfo(byte[] groupId) {
return groupStore.getGroup(groupId);
}
}