Skip to content
Snippets Groups Projects
Commit 722c19d0 authored by Mark Haines's avatar Mark Haines
Browse files

Fix FederationHandler to event.origin

parent 068b348e
Branches
Tags
No related merge requests found
...@@ -146,7 +146,7 @@ class FederationHandler(BaseHandler): ...@@ -146,7 +146,7 @@ class FederationHandler(BaseHandler):
# Huh, let's try and get the current state # Huh, let's try and get the current state
try: try:
yield self.replication_layer.get_state_for_context( yield self.replication_layer.get_state_for_context(
origin, event.room_id event.origin, event.room_id
) )
hosts = yield self.store.get_joined_hosts_for_room( hosts = yield self.store.get_joined_hosts_for_room(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment