Update auth.py
This commit is contained in:
committed by
GitHub
parent
c1c4b404a2
commit
47ae1fe003
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user