diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-11-23 13:28:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 13:28:03 -0500 |
commit | 6fde6aa9c02d35e0a908437ea49b275df9b58427 (patch) | |
tree | 759d0114718fc2f8d58cd94a7776690ff6538ad6 /mypy.ini | |
parent | Fix synctl and duplicate worker spawning (#8798) (diff) | |
download | synapse-6fde6aa9c02d35e0a908437ea49b275df9b58427.tar.xz |
Properly report user-agent/IP during registration of SSO users. (#8784)
This also expands type-hints to the SSO and registration code. Refactors the CAS code to more closely match OIDC/SAML.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index fc9f8d8050..0cf7c93f45 100644 --- a/mypy.ini +++ b/mypy.ini @@ -37,6 +37,7 @@ files = synapse/handlers/presence.py, synapse/handlers/profile.py, synapse/handlers/read_marker.py, + synapse/handlers/register.py, synapse/handlers/room.py, synapse/handlers/room_member.py, synapse/handlers/room_member_worker.py, |