mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement add/remove admin privileges
This commit is contained in:
parent
b972522d74
commit
3de30e166f
7 changed files with 104 additions and 15 deletions
|
@ -345,6 +345,8 @@ public class DbusSignalImpl implements Signal {
|
|||
null,
|
||||
members,
|
||||
null,
|
||||
null,
|
||||
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