From caf39d661c14c71f963c02173984960e18ebc105 Mon Sep 17 00:00:00 2001 From: William Grant Date: Tue, 3 Oct 2023 16:32:19 +1100 Subject: [PATCH] feat: commit disappearing remote changes to db --- ts/models/conversation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/models/conversation.ts b/ts/models/conversation.ts index 14ae62f85..9ed488b3d 100644 --- a/ts/models/conversation.ts +++ b/ts/models/conversation.ts @@ -960,6 +960,7 @@ export class ConversationModel extends Backbone.Model { 'updateExpireTimer() remote change' ), }); + await message.commit(); } } return true;