mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
Typo
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
a59e6089b6
commit
47c9ab23ab
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class Auth(object):
|
||||||
request.authenticated_entity = user_id
|
request.authenticated_entity = user_id
|
||||||
opentracing.set_tag("authenticated_entity", user_id)
|
opentracing.set_tag("authenticated_entity", user_id)
|
||||||
# there is at least one other place where authenticated entity is
|
# there is at least one other place where authenticated entity is
|
||||||
# set. user_id is tagged incase authenticated_entity is clobbered
|
# set. user_id is tagged in case authenticated_entity is clobbered
|
||||||
opentracing.set_tag("user_id", user_id)
|
opentracing.set_tag("user_id", user_id)
|
||||||
|
|
||||||
if ip_addr and self.hs.config.track_appservice_user_ips:
|
if ip_addr and self.hs.config.track_appservice_user_ips:
|
||||||
|
|
Loading…
Reference in a new issue