From 1e1e6b0f7a1fc4051d7d907db5258313cd59ea3b Mon Sep 17 00:00:00 2001 From: William Grant Date: Thu, 18 May 2023 16:42:03 +1000 Subject: [PATCH] feat: update max unread count per conversation --- ts/session/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/session/constants.ts b/ts/session/constants.ts index a6d71bf0d..ab41f29cb 100644 --- a/ts/session/constants.ts +++ b/ts/session/constants.ts @@ -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, }; /**