mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:36:02 -04:00
Fix joining over federation
This commit is contained in:
parent
8b0e96474b
commit
49948d72f3
5 changed files with 55 additions and 56 deletions
|
@ -317,6 +317,7 @@ class FederationHandler(BaseHandler):
|
|||
snapshot.fill_out_prev_events(event)
|
||||
|
||||
yield self.state_handler.annotate_state_groups(event)
|
||||
yield self.auth.add_auth_events(event)
|
||||
self.auth.check(event, raises=True)
|
||||
|
||||
pdu = self.pdu_codec.pdu_from_event(event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue