Skip to content

Commit

Permalink
reload conversations when deleting it
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Jun 1, 2024
1 parent 827a0cd commit 57f4c17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2214,6 +2214,9 @@
// reload conversation
await this.loadLxmfMessages(this.selectedPeer.destination_hash);

// reload conversations
await this.getConversations();

},
async markConversationAsRead(conversation) {

Expand Down

0 comments on commit 57f4c17

Please sign in to comment.