File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,14 @@ export const REACT_LIMIT = 6;
100
100
export const UPDATER_INTERVAL_MS = 10 * DURATION . MINUTES ;
101
101
102
102
/**
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)
104
104
*/
105
- const START_CREATE_NEW_GROUP = 1741816800000 ; // Currently Thursday March 13th 09:00 AEDT
105
+ const START_CREATE_NEW_GROUP = 1742421600000 ;
106
106
107
107
/**
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)
109
109
*/
110
- const LEGACY_GROUP_READONLY = 1743026400000 ; // Currently Thursday March 27th 09:00 AEDT
110
+ const LEGACY_GROUP_READONLY = 1743631200000 ;
111
111
112
112
export const FEATURE_RELEASE_TIMESTAMPS = {
113
113
DISAPPEARING_MESSAGES_V2 : 1710284400000 , // 13/03/2024 10:00 Melbourne time
You can’t perform that action at this time.
0 commit comments