mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
Remove user_id tag
This commit is contained in:
parent
d7fb961317
commit
5f744b7982
1 changed files with 1 additions and 2 deletions
|
@ -267,8 +267,7 @@ class Auth(object):
|
|||
|
||||
opentracing.set_tag("authenticated_entity", user.to_string())
|
||||
# there is at least one other place where authenticated entity is
|
||||
# set. user_id is tagged incase authenticated_entity is clobbered
|
||||
opentracing.set_tag("user_id", user.to_string())
|
||||
# set.
|
||||
|
||||
return synapse.types.create_requester(
|
||||
user, token_id, is_guest, device_id, app_service=app_service
|
||||
|
|
Loading…
Reference in a new issue