From f49043ace408f77d92b7bd1d9eb00da19fe765af Mon Sep 17 00:00:00 2001 From: liamcottle <liam@liamcottle.com> Date: Sun, 7 Jul 2024 22:27:48 +1200 Subject: [PATCH] mark read even regardless of messages tab --- public/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.html b/public/index.html index e12e09a..7330b96 100644 --- a/public/index.html +++ b/public/index.html @@ -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