mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-09 08:54:26 +01:00
Update group with remaining options, after creating it
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user