From bc30064c57ed62a99391e555a0f4ca0f5ed5ddb2 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 22 Feb 2024 17:07:42 +1100 Subject: [PATCH] chore: fix timestamp of release of disappear v2 --- 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 b93d9ee9e..7b2535b7e 100644 --- a/ts/session/constants.ts +++ b/ts/session/constants.ts @@ -71,6 +71,6 @@ export const REACT_LIMIT = 6; export const MAX_USERNAME_BYTES = 64; export const FEATURE_RELEASE_TIMESTAMPS = { - DISAPPEARING_MESSAGES_V2: 1710147600000, // unix 11/03/2024 09:00 + DISAPPEARING_MESSAGES_V2: 1710198000000, // 12/03/2024 10:00 Melbourne time USER_CONFIG: 1690761600000, // Monday July 31st at 10am Melbourne time };