mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-16 19:12:51 +00:00
These lines aren't doing anything
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user