Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Oct 6, 2021
1 parent 2e64051 commit 1dd6077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synapse/handlers/federation_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,9 @@ async def _update_auth_events_and_context_for_auth(
# if we have missing events, we need to fetch those events from somewhere.
#
# we start by checking if they are in the store, and then try calling /event_auth/.
#
# TODO: this code is now redundant, since it should be impossible for us to
# get here without already having the auth events.
if missing_auth:
have_events = await self._store.have_seen_events(
event.room_id, missing_auth
Expand Down

0 comments on commit 1dd6077

Please sign in to comment.