1
0

Update auth.py

This commit is contained in:
Jorik Schellekens
2019-08-16 15:15:45 +01:00
committed by GitHub
parent c1c4b404a2
commit 47ae1fe003

View File

@@ -265,8 +265,6 @@ class Auth(object):
request.authenticated_entity = user.to_string()
opentracing.set_tag("authenticated_entity", user.to_string())
# there is at least one other place where authenticated entity is
# set.
return synapse.types.create_requester(
user, token_id, is_guest, device_id, app_service=app_service