Skip to content

Commit ca13fb1

Browse files
clokepazmeuk
authored andcommitted
Fix missing import in federation_event handler. (matrix-org#13431)
matrix-org#13404 removed an import of `Optional` which was still needed due to matrix-org#13413 added more usages.
1 parent 3d6f5e3 commit ca13fb1

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)