remove confusing fixme

This commit is contained in:
Richard van der Hoff 2019-11-26 12:32:37 +00:00 committed by GitHub
parent 870c00e278
commit 4d394d6415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
)