From a34a41f1354147565da248bf3222449c6e976035 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Tue, 17 May 2022 12:03:07 +0200 Subject: Fix push for m.read events (#12721) badge_count_last_call was always zero when the response for push notifications included a "rejected" key which mapped to an empty list. --- changelog.d/12721.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12721.bugfix (limited to 'changelog.d') diff --git a/changelog.d/12721.bugfix b/changelog.d/12721.bugfix new file mode 100644 index 0000000000..6987f7ab15 --- /dev/null +++ b/changelog.d/12721.bugfix @@ -0,0 +1 @@ +Fix push to dismiss notifications when read on another client. Contributed by @SpiritCroc @ Beeper. -- cgit 1.4.1