Merge pull request #2759 from yougotwill/unread_count_update

Update max unread count per conversation
This commit is contained in:
Audric Ackermann 2023-05-19 11:19:01 +10:00 committed by GitHub
commit 537724cfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};
/**