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) {
|
if (log.message.sender.did !== currentAccount?.did) {
|
||||||
unreadCount++
|
unreadCount++
|
||||||
|
} else {
|
||||||
|
unreadCount = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user