From 230b709d9d8b09fd4884be1265db535263975e35 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:14:24 +0100 Subject: `/sync`: fix bug in calculating `state` response (#16930) Fix a long-standing issue which could cause state to be omitted from the sync response if the last event was filtered out. Fixes: https://github.com/element-hq/synapse/issues/16928 --- changelog.d/16930.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16930.bugfix (limited to 'changelog.d/16930.bugfix') diff --git a/changelog.d/16930.bugfix b/changelog.d/16930.bugfix new file mode 100644 index 0000000000..21f964ef97 --- /dev/null +++ b/changelog.d/16930.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug which could cause state to be omitted from `/sync` responses when certain events are filtered out of the timeline. -- cgit 1.5.1