mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement remove group members
This commit is contained in:
parent
4ebacd0e1f
commit
a91e3f762e
4 changed files with 77 additions and 6 deletions
|
@ -344,6 +344,7 @@ public class DbusSignalImpl implements Signal {
|
|||
name,
|
||||
null,
|
||||
members,
|
||||
null,
|
||||
avatar == null ? null : new File(avatar));
|
||||
checkSendMessageResults(results.first(), results.second());
|
||||
return groupId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue