aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/chat/ChatListScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/chat/ChatListScreen.tsx b/src/screens/chat/ChatListScreen.tsx
index 9011ed4a..98a7f097 100644
--- a/src/screens/chat/ChatListScreen.tsx
+++ b/src/screens/chat/ChatListScreen.tsx
@@ -80,6 +80,7 @@ const ChatListScreen: React.FC<ChatListScreenProps> = ({navigation}) => {
watch: true,
}}
sort={{last_message_at: -1}}
+ maxUnreadCount={99}
/>
</View>
</Chat>