Add release announcement for the sounds (#30900)
* Add release announcement for sounds * Update jest test and snapshots * lint * Update e2e test * Add screenshot * Fix order * Fix snapshots
This commit is contained in:
@@ -18,7 +18,13 @@ import ToastStore from "./ToastStore";
|
||||
/**
|
||||
* The features are shown in the array order.
|
||||
*/
|
||||
const FEATURES = ["newRoomList_intro", "newRoomList_sort", "newRoomList_filter", "newRoomList_settings"] as const;
|
||||
const FEATURES = [
|
||||
"newNotificationSounds",
|
||||
"newRoomList_intro",
|
||||
"newRoomList_sort",
|
||||
"newRoomList_filter",
|
||||
"newRoomList_settings",
|
||||
] as const;
|
||||
/**
|
||||
* All the features that can be shown in the release announcements.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user