MatrixSynapse/synapse/storage
Andrew Morgan 64ec45fc1b
Send to-device messages to application services (#11215)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2022-02-01 14:13:38 +00:00
..
databases Send to-device messages to application services (#11215) 2022-02-01 14:13:38 +00:00
engines Db txn set isolation level (#11799) 2022-01-25 15:14:46 +01:00
schema Send to-device messages to application services (#11215) 2022-02-01 14:13:38 +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 Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
background_updates.py
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 Refactor `backfilled` into specific behavior function arguments (`_persist_events_and_state_updates`) (#11417) 2021-11-29 16:01:54 -06: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 Use auto_attribs/native type hints for attrs classes. (#11692) 2022-01-13 13:49:28 +00:00
roommember.py
state.py Create singletons for `StateFilter.{all,none}()` (#11836) 2022-01-27 10:54:27 +00:00
types.py