Skip to content

Commit

Permalink
mark read even regardless of messages tab
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Jul 7, 2024
1 parent b255702 commit f49043a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,6 @@

// if inbound message is for a conversation we are currently looking at, mark it as read
if(this.tab === "messages"
&& this.messagesTab === "conversations"
&& json.lxmf_message.source_hash === this.selectedPeer?.destination_hash){

// find conversation
Expand Down

0 comments on commit f49043a

Please sign in to comment.