mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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>
2 lines
81 B
Plaintext
2 lines
81 B
Plaintext
Refactor `_resolve_state_at_missing_prevs` to compute an `EventContext` instead.
|