mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
mark read even regardless of messages tab
This commit is contained in:
parent
b25570232f
commit
f49043ace4
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue