MatrixSynapse/synapse
Andrew Morgan 5cbe8d93fe
Add typing to membership Replication class methods (#8809)
This PR grew out of #6739, and adds typing to some method arguments

You'll notice that there are a lot of `# type: ignores` in here. This is due to the base methods not matching the overloads here. This is necessary to stop mypy complaining, but a better solution is #8828.
2020-11-27 10:49:38 +00:00
..
_scripts Strip trailing / from server_url in register_new_matrix_user (#8823) 2020-11-26 10:57:26 +00:00
api
app Defer SIGHUP handlers to reactor. (#8817) 2020-11-26 11:18:10 +00:00
appservice
config Fix the formatting of push config section (#8818) 2020-11-25 21:02:53 +00:00
crypto
events
federation
groups
handlers Speed up remote invite rejection database call (#8815) 2020-11-25 20:06:13 +00:00
http Add additional type hints to HTTP client. (#8812) 2020-11-25 13:30:47 -05:00
logging
metrics
module_api
push
replication Add typing to membership Replication class methods (#8809) 2020-11-27 10:49:38 +00:00
res/templates
rest Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) 2020-11-25 16:26:11 -05:00
server_notices
spam_checker_api
state
static
storage Speed up remote invite rejection database call (#8815) 2020-11-25 20:06:13 +00:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
types.py
visibility.py