mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-08 08:24:25 +01:00
Implement setting group permissions
This commit is contained in:
@@ -349,6 +349,8 @@ public class DbusSignalImpl implements Signal {
|
||||
null,
|
||||
false,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
avatar == null ? null : new File(avatar),
|
||||
null);
|
||||
checkSendMessageResults(results.first(), results.second());
|
||||
|
||||
Reference in New Issue
Block a user