mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
or former one to one
Signed-off-by: Julius Linus julius.linus@nextcloud.com
This commit is contained in:
parent
d24bd9d6a2
commit
63b9e41a16
@ -147,7 +147,10 @@ class FilterConversationFragment(
|
||||
when (k) {
|
||||
MENTION -> result = (result && conversation.unreadMention) || (
|
||||
result &&
|
||||
(conversation.type == Conversation.ConversationType.ROOM_TYPE_ONE_TO_ONE_CALL) &&
|
||||
(
|
||||
conversation.type == Conversation.ConversationType.ROOM_TYPE_ONE_TO_ONE_CALL ||
|
||||
conversation.type == Conversation.ConversationType.FORMER_ONE_TO_ONE
|
||||
) &&
|
||||
(conversation.unreadMessages > 0)
|
||||
)
|
||||
UNREAD -> result = result && (conversation.unreadMessages > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user