MatrixSynapse/synapse
Dirk Klimpel c46065fa3d
Add some type hints to datastore (#12248)
* inherit `MonthlyActiveUsersStore` from `RegistrationWorkerStore`

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
2022-03-18 15:24:18 +00:00
..
_scripts Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) 2022-03-04 11:58:49 +00:00
api
app Deprecate the groups/communities endpoints and add an experimental configuration flag. (#12200) 2022-03-12 13:23:37 -05:00
appservice Rename various ApplicationServices interested methods (#11915) 2022-03-03 18:14:09 +00:00
config Fix dead link in spam checker warning (#12231) 2022-03-16 13:52:59 +00:00
crypto Remove `HomeServer.get_datastore()` (#12031) 2022-02-23 11:04:02 +00:00
events Correct `check_username_for_spam` annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
federation Deprecate the groups/communities endpoints and add an experimental configuration flag. (#12200) 2022-03-12 13:23:37 -05:00
groups
handlers Correct `check_username_for_spam` annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
http Remove unnecessary pass statements. (#12206) 2022-03-11 07:06:21 -05:00
logging Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) 2022-03-08 15:58:14 +00:00
metrics
module_api Correct `check_username_for_spam` annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
push
replication
res
rest Correct `check_username_for_spam` annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
server_notices
spam_checker_api
state Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) 2022-03-04 10:25:18 +00:00
static
storage Add some type hints to datastore (#12248) 2022-03-18 15:24:18 +00:00
streams
util
__init__.py
event_auth.py
notifier.py
py.typed
python_dependencies.py Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) 2022-03-08 15:58:14 +00:00
server.py
types.py Correct `check_username_for_spam` annotations and docs (#12246) 2022-03-18 13:51:41 +00:00
visibility.py