feat: commit disappearing remote changes to db

pull/2971/head
William Grant 2 years ago
parent 27a634b268
commit caf39d661c

@ -960,6 +960,7 @@ export class ConversationModel extends Backbone.Model<ConversationAttributes> {
'updateExpireTimer() remote change'
),
});
await message.commit();
}
}
return true;

Loading…
Cancel
Save