synapse/changelog.d/13431.misc
Patrick Cloke f8e7a9418a
Fix missing import in federation_event handler. (#13431)
#13404 removed an import of `Optional` which was still needed
due to #13413 added more usages.
2022-08-01 14:14:29 +00:00

2 lines
81 B
Plaintext

Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.