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) {