Remove release announcement of new header (#23)

This commit is contained in:
Florian Duros
2024-09-11 11:17:44 +02:00
committed by GitHub
parent ccb1a61f56
commit 07125f554d
6 changed files with 57 additions and 91 deletions

View File

@@ -17,7 +17,7 @@ import { Features } from "../settings/Settings";
/**
* The features are shown in the array order.
*/
const FEATURES = ["threadsActivityCentre", "newRoomHeader"] as const;
const FEATURES = ["threadsActivityCentre"] as const;
/**
* All the features that can be shown in the release announcements.
*/