Skip to content
Snippets Groups Projects
Unverified Commit 3cecf534 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Update synapse/federation/federation_server.py


Co-Authored-By: default avatarerikjohnston <erikj@jki.re>
parent 9bce065a
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ class FederationServer(FederationBase):
# PDU into an event.
yield self.store.get_room_version(room_id)
except NotFoundError:
logger.info("Ignoring PUD for unknown room_id: %s", room_id)
logger.info("Ignoring PDU for unknown room_id: %s", room_id)
continue
event = event_from_pdu_json(p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment