Update synapse/types.py

Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
pull/8616/head
Erik Johnston 2020-10-23 10:52:40 +01:00 committed by GitHub
parent 028f04b797
commit 9b72dab566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ def create_requester(
shadow_banned (bool): True if the user making this request is shadow-banned. shadow_banned (bool): True if the user making this request is shadow-banned.
device_id (str|None): device_id which was set at authentication time device_id (str|None): device_id which was set at authentication time
app_service (ApplicationService|None): the AS requesting on behalf of the user app_service (ApplicationService|None): the AS requesting on behalf of the user
authenticated_entity: The entity that authenticatd when making the request, authenticated_entity: The entity that authenticated when making the request,
this is different than the user_id when an admin user or the server is this is different than the user_id when an admin user or the server is
"puppeting" the user. "puppeting" the user.