From f78213c6d315a86d622e9941d6a68077e61f001a Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Thu, 15 Jan 2026 08:32:26 -0800 Subject: [PATCH] Release notes for 7.86 --- _locales/en/messages.json | 4 ++++ ts/components/WhatsNewModal.dom.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 489505d9b3..5c335556ac 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -10160,5 +10160,9 @@ "icu:WhatsNew__7.84--0": { "messageformat": "Signal polls on Desktop now include the same subtle animation effects that were already appearing on your phone. Watching your favorite choice pull away is just a poll away.", "description": "(Deleted 2026/01/07) Release notes for 7.84 release" + }, + "icu:WhatsNew__7.86--0": { + "messageformat": "We can't fix the awkward silence that follows, but we fixed a bug that sometimes caused the raised hand indicator to remain visible (with a count of zero) if someone raised and lowered their hand really quickly.", + "description": "Release notes for 7.86 release" } } diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx index 2d8dbe2b4d..534af10ce6 100644 --- a/ts/components/WhatsNewModal.dom.tsx +++ b/ts/components/WhatsNewModal.dom.tsx @@ -43,7 +43,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) {