MatrixSynapse/synapse/storage
Erik Johnston 65d0386693
Always notify replication when a stream advances (#14877)
This ensures that all other workers are told about stream updates in a timely manner, without having to remember to manually poke replication.
2023-01-20 18:02:18 +00:00
..
controllers Move `StateFilter` to `synapse.types` (#14668) 2022-12-12 16:19:30 +00:00
databases Always notify replication when a stream advances (#14877) 2023-01-20 18:02:18 +00:00
engines Enable `--warn-redundant-casts` option in mypy (#14671) 2022-12-12 21:25:07 +00:00
schema Drop unused table `presence` (#14825) 2023-01-13 14:17:03 +00:00
util Always notify replication when a stream advances (#14877) 2023-01-20 18:02:18 +00:00
__init__.py
_base.py Update all stream IDs after processing replication rows (#14723) 2023-01-04 11:49:26 +00:00
background_updates.py
database.py Add experimental support for MSC3391: deleting account data (#14714) 2023-01-01 03:40:46 +00:00
keys.py
prepare_database.py
push_rule.py
roommember.py
types.py