Update synapse/types.py
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>pull/8616/head
parent
028f04b797
commit
9b72dab566
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue