feat: update max unread count per conversation

pull/2759/head
William Grant 2 years ago
parent 9310b43394
commit 1e1e6b0f7a

@ -39,7 +39,7 @@ export const CONVERSATION = {
// Maximum voice message duraton of 5 minutes
// which equates to 1.97 MB
MAX_VOICE_MESSAGE_DURATION: 300,
MAX_UNREAD_COUNT: 9999,
MAX_UNREAD_COUNT: 999,
};
/**

Loading…
Cancel
Save