From 57f4c17614da0f9a4985b6f689053d6ead787b38 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 1 Jun 2024 20:10:15 +1200 Subject: [PATCH] reload conversations when deleting it --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index fe22964..b5ff64c 100644 --- a/public/index.html +++ b/public/index.html @@ -2214,6 +2214,9 @@ // reload conversation await this.loadLxmfMessages(this.selectedPeer.destination_hash); + // reload conversations + await this.getConversations(); + }, async markConversationAsRead(conversation) {