mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
Make sure there is an active span here.
This commit is contained in:
parent
9992a818d6
commit
a59e6089b6
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ class Auth(object):
|
|||
def get_public_keys(self, invite_event):
|
||||
return event_auth.get_public_keys(invite_event)
|
||||
|
||||
@opentracing.trace_deferred
|
||||
@defer.inlineCallbacks
|
||||
def get_user_by_req(
|
||||
self, request, allow_guest=False, rights="access", allow_expired=False
|
||||
|
|
Loading…
Reference in a new issue