mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 07:29:29 -05:00
These lines aren't doing anything
This commit is contained in:
parent
8c45c8b8b9
commit
2eaf689f71
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user