diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-19 08:22:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 08:22:56 -0400 |
commit | c2db6599c820d97e3c8a02d782e90af80121c903 (patch) | |
tree | a2510329ff2115136ec4a9cef23035ff0ce4ce23 /changelog.d | |
parent | Change device list streams to have one row per ID (#7010) (diff) | |
download | synapse-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.bugfix | 1 |
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. |