MatrixSynapse/synapse/replication/http
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
..
__init__.py
_base.py
devices.py
federation.py Generalise _maybe_store_room_on_invite (#8754) 2020-11-13 16:24:04 +00:00
login.py
membership.py Add typing to membership Replication class methods (#8809) 2020-11-27 10:49:38 +00:00
presence.py
register.py
send_event.py
streams.py