summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-11-26 12:32:37 +0000
committerGitHub <noreply@github.com>2019-11-26 12:32:37 +0000
commit4d394d6415e3e4b64a577a1c83ee8acf147ce0af (patch)
treeb6e51cc23dec3ff05d483695728c924986592408 /synapse
parentMerge remote-tracking branch 'origin/develop' into rav/event_auth/4 (diff)
downloadsynapse-4d394d6415e3e4b64a577a1c83ee8acf147ce0af.tar.xz
remove confusing fixme
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/federation.py6
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()
         )