Skip to content

Commit 7fe51d2

Browse files
committed
chore: update release dates for group to start on the 19/03/25
1 parent 2ab2510 commit 7fe51d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ts/session/constants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ export const REACT_LIMIT = 6;
100100
export const UPDATER_INTERVAL_MS = 10 * DURATION.MINUTES;
101101

102102
/**
103-
* 3+7 days after the release of groups, we force groups to be created as *new* groups
103+
* Start create groups as new at this time (currently Thursday March 20th 09:00 AEDT)
104104
*/
105-
const START_CREATE_NEW_GROUP = 1741816800000; // Currently Thursday March 13th 09:00 AEDT
105+
const START_CREATE_NEW_GROUP = 1742421600000;
106106

107107
/**
108-
* 2 weeks after `START_CREATE_NEW_GROUP`, we mark legacy groups readonly
108+
* Mark legacy groups readonly at this time (currently Thursday April 3rd 09:00 AEDT)
109109
*/
110-
const LEGACY_GROUP_READONLY = 1743026400000; // Currently Thursday March 27th 09:00 AEDT
110+
const LEGACY_GROUP_READONLY = 1743631200000;
111111

112112
export const FEATURE_RELEASE_TIMESTAMPS = {
113113
DISAPPEARING_MESSAGES_V2: 1710284400000, // 13/03/2024 10:00 Melbourne time

0 commit comments

Comments
 (0)