mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement configuring of group link
This commit is contained in:
parent
3de30e166f
commit
03589f858b
7 changed files with 121 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue