if receiving a message, mark as read if you sent it
This commit is contained in:
@@ -135,6 +135,8 @@ export function ListConvosProviderInner({
|
||||
) {
|
||||
if (log.message.sender.did !== currentAccount?.did) {
|
||||
unreadCount++
|
||||
} else {
|
||||
unreadCount = 0
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user