Implement setting expiration timer for groups

This commit is contained in:
AsamK 2021-05-15 14:16:48 +02:00
parent 03589f858b
commit 7170a68571
4 changed files with 48 additions and 17 deletions

View file

@ -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;
}