reload conversations when deleting it

This commit is contained in:
liamcottle
2024-06-01 20:10:15 +12:00
parent 827a0cda29
commit 57f4c17614

View File

@@ -2214,6 +2214,9 @@
// reload conversation
await this.loadLxmfMessages(this.selectedPeer.destination_hash);
// reload conversations
await this.getConversations();
},
async markConversationAsRead(conversation) {