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

Commit

Permalink
Remove an extra definition.
Browse files Browse the repository at this point in the history
missing_events will either be defined later, or the method will exit early.
  • Loading branch information
anoadragon453 committed Mar 21, 2023
1 parent 4301aa9 commit fcf56b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapse/storage/databases/main/events_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ async def get_missing_events_from_cache_or_db() -> Dict[
# the events have been redacted, and if so pulling the redaction event
# out of the database to check it.
#
missing_events = {}
try:
# Try to fetch from any external cache. We already checked the
# in-memory cache above.
Expand Down

0 comments on commit fcf56b3

Please sign in to comment.