mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Enable sending to groups
This commit is contained in:
parent
c41ac8e7a3
commit
2517919c49
2 changed files with 38 additions and 3 deletions
|
@ -378,4 +378,8 @@ class Manager {
|
|||
String e164number = canonicalizeNumber(number);
|
||||
return new TextSecureAddress(e164number);
|
||||
}
|
||||
|
||||
GroupInfo getGroupInfo(byte[] groupId) {
|
||||
return groupStore.getGroup(groupId);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue