mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 15:01:23 +01: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.
|