mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-09 08:54:26 +01:00
Implement announcement groups
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user