mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement announcement groups
This commit is contained in:
parent
b745f1f902
commit
610e32aa52
5 changed files with 38 additions and 7 deletions
|
@ -358,6 +358,7 @@ public class DbusSignalImpl implements Signal {
|
|||
null,
|
||||
null,
|
||||
avatar == null ? null : new File(avatar),
|
||||
null,
|
||||
null);
|
||||
if (results != null) {
|
||||
checkSendMessageResults(results.first(), results.second());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue