summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-09-05 15:22:24 +0100
committerGitHub <noreply@github.com>2019-09-05 15:22:24 +0100
commit1a6ae333090c5b34ab6a3e0427dfc87ed99d6a9c (patch)
tree0c1b096f70c9d7743049765fdc31639001fa84ea /changelog.d
parentAdd opentracing to all client servlets (#5983) (diff)
parentuse access methods (duh..) (diff)
downloadsynapse-1a6ae333090c5b34ab6a3e0427dfc87ed99d6a9c.tar.xz
Merge pull request #5984 from matrix-org/joriks/opentracing_link_send_to_edu_contexts
Link the send loop with the edus contexts
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5984.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5984.bugfix b/changelog.d/5984.bugfix
new file mode 100644
index 0000000000..3387bf82bb
--- /dev/null
+++ b/changelog.d/5984.bugfix
@@ -0,0 +1 @@
+Fix sending of EDUs when opentracing is enabled with an empty whitelist.