MatrixSynapse/synapse/storage
Patrick Cloke 8fe930c215
Move get_bundled_aggregations to relations handler. (#12237)
The get_bundled_aggregations code is fairly high-level and uses
a lot of store methods, we move it into the handler as that seems
like a better fit.
2022-03-18 17:49:32 +00:00
..
databases Move get_bundled_aggregations to relations handler. (#12237) 2022-03-18 17:49:32 +00:00
engines
schema Remove unnecessary pass statements. (#12206) 2022-03-11 07:06:21 -05:00
util
__init__.py
_base.py
background_updates.py Add config settings for background update parameters (#11980) 2022-03-11 10:46:45 -08:00
database.py Handle cancellation in `DatabasePool.runInteraction()` (#12199) 2022-03-16 15:07:41 +00:00
keys.py
persist_events.py
prepare_database.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py