MatrixSynapse/synapse/storage
Erik Johnston 0752ab7a36
Reduce to-device queries for /sync. (#12163)
2022-03-04 17:57:27 +00:00
..
databases Reduce to-device queries for /sync. (#12163) 2022-03-04 17:57:27 +00:00
engines Db txn set isolation level (#11799) 2022-01-25 15:14:46 +01:00
schema Faster joins: persist to database (#12012) 2022-03-01 12:49:54 +00:00
util Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
__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 Make background updates controllable via a plugin (#11306) 2021-11-29 17:57:06 +01:00
database.py Pass `isolation_level` to `runWithConnection` (#11847) 2022-01-27 17:45:39 +00:00
keys.py Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
persist_events.py Minor typing fixes for `synapse/storage/persist_events.py` (#12069) 2022-02-25 10:19:49 +00:00
prepare_database.py Minor updates, and docs, for schema delta files (#11823) 2022-01-25 14:11:13 +00:00
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