core, ui: don't mark profile updated chat item as unread (#3830)

* core, ui: don't mark profile updated chat item as unread

* android
This commit is contained in:
spaced4ndy
2024-02-21 21:54:52 +00:00
committed by GitHub
parent d54b453b49
commit 92c89632d4
3 changed files with 3 additions and 3 deletions
@@ -1822,7 +1822,7 @@ data class ChatItem (
is CIContent.SndGroupInvitation -> false
is CIContent.RcvDirectEventContent -> when (content.rcvDirectEvent) {
is RcvDirectEvent.ContactDeleted -> false
is RcvDirectEvent.ProfileUpdated -> true
is RcvDirectEvent.ProfileUpdated -> false
}
is CIContent.RcvGroupEventContent -> when (content.rcvGroupEvent) {
is RcvGroupEvent.MemberAdded -> false