mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Implement setting expiration timer for groups
This commit is contained in:
parent
03589f858b
commit
7170a68571
4 changed files with 48 additions and 17 deletions
|
@ -349,7 +349,8 @@ public class DbusSignalImpl implements Signal {
|
|||
null,
|
||||
false,
|
||||
null,
|
||||
avatar == null ? null : new File(avatar));
|
||||
avatar == null ? null : new File(avatar),
|
||||
null);
|
||||
checkSendMessageResults(results.first(), results.second());
|
||||
return groupId;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue