mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-03 21:21:25 +00:00
4d0e4ff935
Fixes: #19779 Fixes: https://github.com/element-hq/synapse/issues/19618 See also: #19786 (which would have caught this, but currently has too many findings to enable) Fix UnboundLocalError when MSC4354 is enabled in sync and all EDUs are filtered out --------- Signed-off-by: Olivier 'reivilibre <oliverw@matrix.org>
1 line
185 B
Plaintext
1 line
185 B
Plaintext
Fix `/sync` failing when [MSC4354 Sticky Events](https://github.com/matrix-org/matrix-spec-proposals/pull/4354) are enabled and the sync request filters out Ephemeral Data Units (EDUs). |