mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 17:21:33 -05:00
Fix receiving events from federation via a worker
This bug was introduced in PR #4470, commit 678a92cb56
This commit is contained in:
parent
94fb63e44f
commit
b6b73a0bcf
@ -95,7 +95,7 @@ class ReplicationFederationSendEventsRestServlet(ReplicationEndpoint):
|
||||
event_and_contexts = []
|
||||
for event_payload in event_payloads:
|
||||
event_dict = event_payload["event"]
|
||||
format_ver = content["event_format_version"]
|
||||
format_ver = event_payload["event_format_version"]
|
||||
internal_metadata = event_payload["internal_metadata"]
|
||||
rejected_reason = event_payload["rejected_reason"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user