Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Make sure there is an active span here.
Browse files Browse the repository at this point in the history
  • Loading branch information
JorikSchellekens committed Jul 17, 2019
1 parent 844aac1 commit 51e5a12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def can_federate(self, event, auth_events):
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
Expand Down

0 comments on commit 51e5a12

Please sign in to comment.