forked-synapse/synapse/storage/controllers
Sean Quah 224d792dd7
Refactor _resolve_state_at_missing_prevs to return an EventContext (#13404)
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>
2022-08-01 13:53:56 +01:00
..
__init__.py Don't pull out state in compute_event_context for unconflicted state (#13267) 2022-07-14 13:57:02 +00:00
persist_events.py Fix a bug which could lead to incorrect state (#13278) 2022-07-15 11:06:41 +00:00
purge_events.py Rename storage classes (#12913) 2022-05-31 12:17:50 +00:00
state.py Refactor _resolve_state_at_missing_prevs to return an EventContext (#13404) 2022-08-01 13:53:56 +01:00