add mising entry for own changes
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run

This commit is contained in:
otsmr 2026-06-16 11:44:35 +02:00
parent 96eddd7480
commit e23ac5932e

View file

@ -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(