MatrixSynapse/synapse/storage
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
..
controllers Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404) 2022-08-01 13:53:56 +01:00
databases Faster joins: fix rejected events becoming un-rejected during resync (#13413) 2022-08-01 11:20:05 +01:00
engines
schema
util
__init__.py
_base.py Refactor presence so we can prune user in room caches (#13313) 2022-07-25 09:21:06 +00:00
background_updates.py
database.py
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py
types.py