fix: unread not cleared

This commit is contained in:
tangtaoit 2024-12-02 16:37:13 +08:00
parent 8d0c560013
commit 992c272116

View File

@ -187,6 +187,8 @@ export class Conversation extends Component<ConversationProps> implements Conver
this.uploadReadedIfNeed()
}
this.vm.markUnread()
}