From 1308978572e18f58161e43f824380f735e679d43 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 25 Feb 2025 12:14:26 +1100 Subject: [PATCH] chore: force enable groupv2 & readonly legacy --- ts/session/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/session/constants.ts b/ts/session/constants.ts index b7a2066b0..cc695f9ea 100644 --- a/ts/session/constants.ts +++ b/ts/session/constants.ts @@ -70,7 +70,7 @@ export const CONVERSATION = { DEFAULT_DOCUMENTS_FETCH_COUNT: 100, DEFAULT_MESSAGE_FETCH_COUNT: 30, MAX_MESSAGE_FETCH_COUNT: 1000, - // Maximum voice message duraton of 5 minutes + // Maximum voice message duration of 5 minutes // which equates to 1.97 MB MAX_VOICE_MESSAGE_DURATION: 300, MAX_CONVO_UNREAD_COUNT: 999, @@ -100,7 +100,7 @@ export const REACT_LIMIT = 6; export const UPDATER_INTERVAL_MS = 10 * DURATION.MINUTES; // update this to be when we ship desktop groups REMOVE AFTER QA -const GROUP_DESKTOP_RELEASE = 1767225600000; // currently 1st Jan 2026 +const GROUP_DESKTOP_RELEASE = 1735693200000; // currently 1st Jan 2025 /** * 3+7 days after the release of groups (more or less), we force new groups to be created as new groups