diff --git a/_locales/en/messages.json b/_locales/en/messages.json index e956a808b3c..16d028c9684 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7489,16 +7489,16 @@ "description": "Release notes for releases that only include bug fixes", "ignoreUnused": true }, - "icu:WhatsNew__v7.22--0": { - "messageformat": "Signal Desktop can now automatically resume interrupted attachment downloads from where they left off, so you won't need to wait as long to laugh even if you close your laptop lid before the meme your friend sent you has finished transferring.", - "description": "(Deleted 2024/08/28) Release notes for version 7.22" - }, "icu:WhatsNew__v7.23--0": { "messageformat": "Chats now open faster than ever thanks to another round of performance improvements, so you can click on your cliques and see what they're saying real quick.", - "description": "Release notes for version 7.23" + "description": "(Deleted 2024/09/04) Release notes for version 7.23" }, "icu:WhatsNew__v7.23--1": { "messageformat": "We also fixed a handful of bugs, including one that sometimes caused \"Unknown contact started a video call\" to appear in the chat list summary after you started the call. Even if you're still on a journey of self-discovery, you are never completely unknown to yourself.", - "description": "Release notes for version 7.23" + "description": "(Deleted 2024/09/04) Release notes for version 7.23" + }, + "icu:WhatsNew__v7.24--0": { + "messageformat": "This update fixes a bug where viewing a missed call on one device wouldn't automatically clear the indicator for that missed call on your other devices, which was a missed opportunity for your missed call list to better coexist.", + "description": "Release notes for version 7.24" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 827bb8980c4..5c114e2452c 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,10 +42,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [ - , - , - ], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {