mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-02 06:46:06 -04:00
Add opentracing to all client servlets (#5983)
This commit is contained in:
parent
a0d294c306
commit
909827b422
6 changed files with 26 additions and 18 deletions
|
@ -319,7 +319,7 @@ def whitelisted_homeserver(destination):
|
|||
Args:
|
||||
destination (str)
|
||||
"""
|
||||
_homeserver_whitelist
|
||||
|
||||
if _homeserver_whitelist:
|
||||
return _homeserver_whitelist.match(destination)
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue