mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
try and clean up
This commit is contained in:
parent
f03a5d1a17
commit
99800de63d
@ -232,8 +232,10 @@ class FederationHandler(BaseHandler):
|
|||||||
raise FederationError(
|
raise FederationError(
|
||||||
"ERROR",
|
"ERROR",
|
||||||
403,
|
403,
|
||||||
("Your server isn't divulging details about prev_events "
|
(
|
||||||
"referenced in this event."),
|
"Your server isn't divulging details about prev_events "
|
||||||
|
"referenced in this event."
|
||||||
|
),
|
||||||
affected=pdu.event_id,
|
affected=pdu.event_id,
|
||||||
)
|
)
|
||||||
elif prevs - seen:
|
elif prevs - seen:
|
||||||
@ -252,7 +254,8 @@ class FederationHandler(BaseHandler):
|
|||||||
state, got_auth_chain = (
|
state, got_auth_chain = (
|
||||||
yield self.replication_layer.get_state_for_room(
|
yield self.replication_layer.get_state_for_room(
|
||||||
origin, pdu.room_id, p
|
origin, pdu.room_id, p
|
||||||
))
|
)
|
||||||
|
)
|
||||||
auth_chains.update(got_auth_chain)
|
auth_chains.update(got_auth_chain)
|
||||||
state_group = {(x.type, x.state_key): x.event_id for x in state}
|
state_group = {(x.type, x.state_key): x.event_id for x in state}
|
||||||
state_groups.append(state_group)
|
state_groups.append(state_group)
|
||||||
|
Loading…
Reference in New Issue
Block a user