diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2024-04-04 13:14:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 12:14:24 +0000 |
commit | 230b709d9d8b09fd4884be1265db535263975e35 (patch) | |
tree | 4bd3b7440a246585f1f340dec8cf35a8a77c4d63 /changelog.d | |
parent | Fix bug in `/sync` response for archived rooms (#16932) (diff) | |
download | synapse-230b709d9d8b09fd4884be1265db535263975e35.tar.xz |
`/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
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16930.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |