From 72182d81576b08e5d33d19386a0fc016c4c09573 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 28 Feb 2024 13:56:45 +1100 Subject: [PATCH] chore: bump timed release of disappear v2 to 13/03/24 --- 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 7b2535b7e..72602b720 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: 1710198000000, // 12/03/2024 10:00 Melbourne time + DISAPPEARING_MESSAGES_V2: 1710284400000, // 13/03/2024 10:00 Melbourne time USER_CONFIG: 1690761600000, // Monday July 31st at 10am Melbourne time };