mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 18:15:53 +03:00
5724883ac2
If we're persisting an event E which has auth_events A1, A2, then we ought to make sure that we correctly auth and persist A1 and A2, before we blindly accept E. This PR does part of that - it persists the auth events first - but it does not fully solve the problem, because we still don't check that the auth events weren't rejected.
1 line
71 B
Text
1 line
71 B
Text
Clean up some of the federation event authentication code for clarity.
|