diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-08-16 15:07:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 15:07:05 +0100 |
commit | dc8d111eb2246a3ff3b1fc26cb7ebc6d8815f69e (patch) | |
tree | 470de523bcea35f7d2e30b5f84341dd50cd94084 | |
parent | Remove user_id tag (diff) | |
download | synapse-dc8d111eb2246a3ff3b1fc26cb7ebc6d8815f69e.tar.xz |
Remove out of date comment
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py index 872e1f66c3..fac29bf72f 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -213,7 +213,7 @@ class Auth(object): request.authenticated_entity = user_id opentracing.set_tag("authenticated_entity", user_id) # there is at least one other place where authenticated entity is - # set. user_id is tagged in case authenticated_entity is clobbered + # set. if ip_addr and self.hs.config.track_appservice_user_ips: yield self.store.insert_client_ip( |