mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-06-25 11:14:07 +00:00
add mising entry for own changes
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
This commit is contained in:
parent
96eddd7480
commit
e23ac5932e
1 changed files with 9 additions and 0 deletions
|
|
@ -87,6 +87,15 @@ class _SelectChatDeletionTimeListTitleState
|
||||||
deleteMessagesAfterMilliseconds: Value(selected),
|
deleteMessagesAfterMilliseconds: Value(selected),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
await twonlyDB.groupsDao.insertGroupAction(
|
||||||
|
GroupHistoriesCompanion(
|
||||||
|
groupId: Value(group!.groupId),
|
||||||
|
type: const Value(GroupActionType.changeDisplayMaxTime),
|
||||||
|
newDeleteMessagesAfterMilliseconds: Value(
|
||||||
|
selected,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
await sendCipherTextToGroup(
|
await sendCipherTextToGroup(
|
||||||
group!.groupId,
|
group!.groupId,
|
||||||
EncryptedContent(
|
EncryptedContent(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue