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

Commit

Permalink
Fix missing import in federation_event handler. (#13431)
Browse files Browse the repository at this point in the history
#13404 removed an import of `Optional` which was still needed
due to #13413 added more usages.
  • Loading branch information
clokep authored Aug 1, 2022
1 parent 224d792 commit f8e7a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/13431.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.
1 change: 1 addition & 0 deletions synapse/handlers/federation_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
Dict,
Iterable,
List,
Optional,
Sequence,
Set,
Tuple,
Expand Down

0 comments on commit f8e7a94

Please sign in to comment.