We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325074f commit e22ec18Copy full SHA for e22ec18
api/src/main/java/com/getcode/network/ChatHistoryController.kt
@@ -116,7 +116,7 @@ class ChatHistoryController @Inject constructor(
116
chatFlows[chatId] = it
117
}
118
119
- val unreadCount = chats
+ val unreadCount = notifications
120
.filterNotNull()
121
// Ignore muted chats and unsubscribed chats
122
.map { it.filter { c -> !c.isMuted && c.isSubscribed } }
0 commit comments