summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-09-01 13:52:57 +0100
committerGitHub <noreply@github.com>2023-09-01 12:52:57 +0000
commit93f2fdd8d1d56a55bddc5b13fd46042ecabea178 (patch)
treea267c5b4c8167f1199531f7ae7d5ac200ba1eae6 /changelog.d
parentLog the details of background update failures (#16212) (diff)
downloadsynapse-93f2fdd8d1d56a55bddc5b13fd46042ecabea178.tar.xz
Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)
I don't think has caused any actual issues.

Introduced in #15891
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16220.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16220.misc b/changelog.d/16220.misc
new file mode 100644
index 0000000000..329e9f76f6
--- /dev/null
+++ b/changelog.d/16220.misc
@@ -0,0 +1 @@
+Fix typo where we ended up with multiple `WorkerLocksHandler`.