From c87bf0d84b23d41bf8024773fba5ec67679607c8 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 27 Oct 2020 10:33:04 +0000 Subject: [PATCH] Update docstring Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- synapse/types.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synapse/types.py b/synapse/types.py index 87bb6e36bd..df0b758948 100644 --- a/synapse/types.py +++ b/synapse/types.py @@ -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: