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

Commit f8e7a94

Browse files
authored
Fix missing import in federation_event handler. (#13431)
#13404 removed an import of `Optional` which was still needed due to #13413 added more usages.
1 parent 224d792 commit f8e7a94

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/13431.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.

synapse/handlers/federation_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
Dict,
2424
Iterable,
2525
List,
26+
Optional,
2627
Sequence,
2728
Set,
2829
Tuple,

0 commit comments

Comments
 (0)