diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-26 12:32:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 12:32:37 +0000 |
commit | 4d394d6415e3e4b64a577a1c83ee8acf147ce0af (patch) | |
tree | b6e51cc23dec3ff05d483695728c924986592408 /synapse/handlers/federation.py | |
parent | Merge remote-tracking branch 'origin/develop' into rav/event_auth/4 (diff) | |
download | synapse-4d394d6415e3e4b64a577a1c83ee8acf147ce0af.tar.xz |
remove confusing fixme
Diffstat (limited to 'synapse/handlers/federation.py')
-rw-r--r-- | synapse/handlers/federation.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/synapse/handlers/federation.py b/synapse/handlers/federation.py index 66852153c4..97d045db10 100644 --- a/synapse/handlers/federation.py +++ b/synapse/handlers/federation.py @@ -2187,12 +2187,6 @@ class FederationHandler(BaseHandler): logger.info("Skipping auth_event fetch for outlier") return context - # FIXME: Assumes we have and stored all the state for all the - # prev_events - # - # FIXME: what does the fixme above mean? where do prev_events come into - # it, why do we care about the state for those events, and what does "have and - # stored" mean? Seems erik wrote it in c1d860870b different_auth = event_auth_events.difference( e.event_id for e in auth_events.values() ) |