From 05be9a6972c16005ef5b570fafecac533efaa336 Mon Sep 17 00:00:00 2001 From: Boris Pek Date: Tue, 8 Oct 2024 14:50:08 +0300 Subject: [PATCH] Current version of Psi+ is 1.5.2057 It is based on: * psi: 9f94e0b6 * plugins: 347230b * psimedia: 478567e * resources: fc4cfc1 --- themes/chatview/psi/bubble/index.html | 4 +++- version | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/chatview/psi/bubble/index.html b/themes/chatview/psi/bubble/index.html index a888250c..5c89c4fd 100644 --- a/themes/chatview/psi/bubble/index.html +++ b/themes/chatview/psi/bubble/index.html @@ -238,7 +238,9 @@ groupped[base].text += `${event["reactions"][r].text}`; } - for (const [base, value] of Object.entries(groupped)) { + //for (const [base, value] of Object.entries(groupped)) { + for (const base in groupped) { + const value = groupped[base]; const nicks = value.nicks.sort().filter((x, i, a) => !i || x != a[i-1]); const reaction = document.createElement("span"); reaction.innerHTML = `${nicks.length} ${value.text}`; diff --git a/version b/version index 78340617..86331780 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.2056 (2024-10-07, c86b1387) +1.5.2057 (2024-10-08, 9f94e0b6)