fix: empty channels have unread messages
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
cdd1830487
commit
f9f2f60f35
|
|
@ -430,7 +430,7 @@ fun RowScope.ChannelList(
|
|||
ch.id!!,
|
||||
lastMessageID
|
||||
)
|
||||
} ?: true,
|
||||
} ?: false,
|
||||
onClick = {
|
||||
onChannelClick(ch.id ?: return@DrawerChannel)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue