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

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Johnston <erik@matrix.org>
  • Loading branch information
clokep and erikjohnston committed Nov 22, 2022
1 parent 0c342f9 commit 3fe8160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/handlers/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ async def _fetch_edits() -> None:
for event_id, edit in edits.items():
results.setdefault(event_id, BundledAggregations()).replace = edit

# Parallelize the calls for annotations, references, ane edits since they
# Parallelize the calls for annotations, references, and edits since they
# are unrelated.
await make_deferred_yieldable(
gather_results(
Expand Down

0 comments on commit 3fe8160

Please sign in to comment.