mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Add ListGroups command
Option: -d/--detailed to display group members
This commit is contained in:
parent
453f31891c
commit
b0d7daeca2
2 changed files with 36 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue