diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-08-16 15:15:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 15:15:45 +0100 |
commit | 47ae1fe00358819eeaaf74ed9b8b4efaff62fffd (patch) | |
tree | 373415ae7ee4704c9a08c224fa7c6c5fbca24157 | |
parent | grammar (diff) | |
download | synapse-47ae1fe00358819eeaaf74ed9b8b4efaff62fffd.tar.xz |
Update auth.py
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py index 72c695ce9c..85136d9b04 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -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 |