summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 17:28:38 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 17:28:38 +0100
commit8cb8c604e431edecd2f522a2f313e342da7349ed (patch)
treec3367a6843657e4cca981541d333a563b5e995c7 /synapse/api
parentMerge commit 'a7a379006' into anoa/dinsic_release_1_31_0 (diff)
parentFix additional type hints from Twisted 21.2.0. (#9591) (diff)
downloadsynapse-8cb8c604e431edecd2f522a2f313e342da7349ed.tar.xz
Merge commit '55da8df07' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py

index 3370bc74cf..8d0f6b7b31 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py
@@ -164,7 +164,7 @@ class Auth: async def get_user_by_req( self, - request: Request, + request: SynapseRequest, allow_guest: bool = False, rights: str = "access", allow_expired: bool = False,