MatrixSynapse/synapse/storage
Will Hunt 2d74a8c178
Add `mau_appservice_trial_days` config (#12619)
* Add mau_appservice_trial_days

* Add a test

* Tweaks

* changelog

* Ensure we sync after the delay

* Fix types

* Add config statement

* Fix test

* Reinstate logging that got removed

* Fix feature name
2022-05-04 19:33:26 +01:00
..
databases Add `mau_appservice_trial_days` config (#12619) 2022-05-04 19:33:26 +01:00
engines
schema Process device list updates asynchronously (#12365) 2022-04-12 16:50:40 +01:00
util Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
__init__.py
_base.py
background_updates.py
database.py Update `delay_cancellation` to accept any awaitable (#12468) 2022-04-22 18:20:06 +01:00
keys.py
persist_events.py remove constantly lib use and switch to enums. (#12624) 2022-05-04 11:26:11 +00:00
prepare_database.py Remove unused `# type: ignore`s (#12531) 2022-04-27 14:03:44 +01:00
purge_events.py
push_rule.py
roommember.py
state.py Await un-partial-stating after a partial-state join (#12399) 2022-04-21 07:42:03 +01:00
types.py