mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update group with remaining options, after creating it
This commit is contained in:
parent
ea633efc9c
commit
81ee2c2d2b
3 changed files with 25 additions and 18 deletions
|
@ -355,7 +355,9 @@ public class DbusSignalImpl implements Signal {
|
|||
null,
|
||||
avatar == null ? null : new File(avatar),
|
||||
null);
|
||||
checkSendMessageResults(results.first(), results.second());
|
||||
if (results != null) {
|
||||
checkSendMessageResults(results.first(), results.second());
|
||||
}
|
||||
return groupId;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue