mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-11 18:04:24 +01:00
Enable sending to groups
This commit is contained in:
@@ -378,4 +378,8 @@ class Manager {
|
||||
String e164number = canonicalizeNumber(number);
|
||||
return new TextSecureAddress(e164number);
|
||||
}
|
||||
|
||||
GroupInfo getGroupInfo(byte[] groupId) {
|
||||
return groupStore.getGroup(groupId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user