mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-28 18:14:29 +01:00
Add ListGroups command
Option: -d/--detailed to display group members
This commit is contained in:
@@ -580,6 +580,10 @@ class Manager implements Signal {
|
||||
}
|
||||
throw new NotAGroupMemberException(groupId, g.name);
|
||||
}
|
||||
|
||||
public List<GroupInfo> getGroups() {
|
||||
return groupStore.getGroups();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendGroupMessage(String messageText, List<String> attachments,
|
||||
|
||||
Reference in New Issue
Block a user