summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-02-22 15:52:08 +0000
committerGitHub <noreply@github.com>2022-02-22 15:52:08 +0000
commit6d14b3dabfe38c6ae487d0f663e294056b6cc056 (patch)
tree182efebbc9492966ac19e46da170fbe025498b1e /changelog.d
parentImplement account status endpoints (MSC3720) (#12001) (diff)
downloadsynapse-6d14b3dabfe38c6ae487d0f663e294056b6cc056.tar.xz
Better error message when failing to request from another process (#12060)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12060.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12060.misc b/changelog.d/12060.misc
new file mode 100644
index 0000000000..d771e6a1b3
--- /dev/null
+++ b/changelog.d/12060.misc
@@ -0,0 +1 @@
+Fix error message when a worker process fails to talk to another worker process.