summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-06-03 14:12:13 +0100
committerGitHub <noreply@github.com>2020-06-03 14:12:13 +0100
commit11dc2b46983ea0cf2a59f3deb66ebd22db223a80 (patch)
treec0d9d79a9947a165269f57225b5a0e6fce8a5384 /changelog.d
parent`synctl restart` should start synapse if it wasn't running (#7624) (diff)
downloadsynapse-11dc2b46983ea0cf2a59f3deb66ebd22db223a80.tar.xz
Fix exceptions when fetching events from a down host. (#7622)
We already caught some exceptions, but not all.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7622.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7622.bugfix b/changelog.d/7622.bugfix
new file mode 100644
index 0000000000..bcb82f7b0b
--- /dev/null
+++ b/changelog.d/7622.bugfix
@@ -0,0 +1 @@
+Fix exceptions when fetching events from a remote host fails.