forked from MirrorHub/synapse
These lines aren't doing anything
This commit is contained in:
parent
8c45c8b8b9
commit
2eaf689f71
1 changed files with 0 additions and 5 deletions
|
@ -140,9 +140,6 @@ class FederationHandler(BaseHandler):
|
||||||
)
|
)
|
||||||
event = redacted_event
|
event = redacted_event
|
||||||
|
|
||||||
if state:
|
|
||||||
state = [p for p in state]
|
|
||||||
|
|
||||||
is_new_state = yield self.state_handler.annotate_event_with_state(
|
is_new_state = yield self.state_handler.annotate_event_with_state(
|
||||||
event,
|
event,
|
||||||
old_state=state
|
old_state=state
|
||||||
|
@ -307,8 +304,6 @@ class FederationHandler(BaseHandler):
|
||||||
event
|
event
|
||||||
)
|
)
|
||||||
|
|
||||||
state = [p for p in state]
|
|
||||||
|
|
||||||
logger.debug("do_invite_join state: %s", state)
|
logger.debug("do_invite_join state: %s", state)
|
||||||
|
|
||||||
yield self.state_handler.annotate_event_with_state(
|
yield self.state_handler.annotate_event_with_state(
|
||||||
|
|
Loading…
Reference in a new issue