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