if receiving a message, mark as read if you sent it

This commit is contained in:
Samuel Newman
2025-02-17 16:47:27 +00:00
parent 326445d3af
commit a77206504b
@@ -135,6 +135,8 @@ export function ListConvosProviderInner({
) {
if (log.message.sender.did !== currentAccount?.did) {
unreadCount++
} else {
unreadCount = 0
}
}
} else {