mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
224d792dd7
Previously, `_resolve_state_at_missing_prevs` returned the resolved state before an event and a partial state flag. These were unwieldy to carry around would only ever be used to build an event context. Build the event context directly instead. Signed-off-by: Sean Quah <seanq@matrix.org>
1 line
81 B
Text
1 line
81 B
Text
Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.
|