forked-synapse/changelog.d/16930.bugfix
Richard van der Hoff 230b709d9d
/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
2024-04-04 12:14:24 +00:00

2 lines
139 B
Plaintext

Fix a long-standing bug which could cause state to be omitted from `/sync` responses when certain events are filtered out of the timeline.