MatrixSynapse/synapse/storage
Shay 26211fec24
Fix a bug in background updates wherein background updates are never run using the default batch size (#12157)
2022-03-07 09:44:33 -08:00
..
databases Invalidate caches when an event with a relation is redacted. (#12121) 2022-03-07 14:00:05 +00:00
engines
schema Faster joins: persist to database (#12012) 2022-03-01 12:49:54 +00:00
util
__init__.py
_base.py Invalidate the get_users_in_room{_with_profile} caches only when necessary. (#11878) 2022-02-02 12:24:07 -05:00
background_updates.py Fix a bug in background updates wherein background updates are never run using the default batch size (#12157) 2022-03-07 09:44:33 -08:00
database.py Pass `isolation_level` to `runWithConnection` (#11847) 2022-01-27 17:45:39 +00:00
keys.py
persist_events.py Minor typing fixes for `synapse/storage/persist_events.py` (#12069) 2022-02-25 10:19:49 +00:00
prepare_database.py
purge_events.py
push_rule.py
relations.py Remove backwards compatibility with RelationPaginationToken. (#12138) 2022-03-04 07:10:10 -05:00
roommember.py
state.py Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) 2022-03-04 10:25:18 +00:00
types.py