From 9b72dab566e0a93f809609c7f801db55a66a6d2b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 23 Oct 2020 10:52:40 +0100 Subject: [PATCH] Update synapse/types.py Co-authored-by: Patrick Cloke --- synapse/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/types.py b/synapse/types.py index 7fb39038b3..87bb6e36bd 100644 --- a/synapse/types.py +++ b/synapse/types.py @@ -155,7 +155,7 @@ 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 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 "puppeting" the user.