Update docstring
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>pull/8616/head
parent
66ef6cd7cb
commit
c87bf0d84b
|
@ -155,8 +155,8 @@ def create_requester(
|
|||
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
|
||||
app_service (ApplicationService|None): the AS requesting on behalf of the user
|
||||
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
|
||||
authenticated_entity: The entity that authenticated when making the request.
|
||||
This is different to the user_id when an admin user or the server is
|
||||
"puppeting" the user.
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Reference in New Issue