summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-03-19 08:22:56 -0400
committerGitHub <noreply@github.com>2020-03-19 08:22:56 -0400
commitc2db6599c820d97e3c8a02d782e90af80121c903 (patch)
treea2510329ff2115136ec4a9cef23035ff0ce4ce23 /changelog.d
parentChange device list streams to have one row per ID (#7010) (diff)
downloadsynapse-c2db6599c820d97e3c8a02d782e90af80121c903.tar.xz
Fix a bug in the federation API which could cause occasional "Failed to get PDU" errors (#7089).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7089.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7089.bugfix b/changelog.d/7089.bugfix
new file mode 100644
index 0000000000..f1f440f23a
--- /dev/null
+++ b/changelog.d/7089.bugfix
@@ -0,0 +1 @@
+Fix a bug in the federation API which could cause occasional "Failed to get PDU" errors.