mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
When we consider whether to accept events, we should not accept those which depend on rejected events for their auth events. This (together with earlier changes such as https://github.com/matrix-org/synapse/pull/10771 and https://github.com/matrix-org/synapse/pull/10896) forms a partial fix to https://github.com/matrix-org/synapse/issues/9595. There still remain code paths where we do not check the `auth_events` at all.
1 line
130 B
Text
1 line
130 B
Text
Fix a long-standing bug which meant that events received over federation were sometimes incorrectly accepted into the room state.
|