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

These lines aren't doing anything

parent 8c45c8b8
No related branches found
No related tags found
No related merge requests found
......@@ -140,9 +140,6 @@ class FederationHandler(BaseHandler):
)
event = redacted_event
if state:
state = [p for p in state]
is_new_state = yield self.state_handler.annotate_event_with_state(
event,
old_state=state
......@@ -307,8 +304,6 @@ class FederationHandler(BaseHandler):
event
)
state = [p for p in state]
logger.debug("do_invite_join state: %s", state)
yield self.state_handler.annotate_event_with_state(
......
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