Skip to content

Commit

Permalink
Pm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Apr 5, 2024
1 parent 8a2ed42 commit 221a5d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,10 @@
data.chat === $user.activeChat.chat
&& $misc.focus
&& $page.url.pathname === '/messages'
)
) {
saveToStore(data)
return
}
//If address is our own, maybe sent from mobile
if (data.chat === $user.myAddress) return
Expand Down

0 comments on commit 221a5d8

Please sign in to comment.