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
committerDavid Robertson <davidr@element.io>2023-09-01 16:03:31 +0100
commitb85c3485b15900240a61fb5f2dca606adc1ff268 (patch)
treef6bbe4e9991b5c9d1ddd314d8fde05ad4f46b50f /changelog.d
parent1.91.0 (diff)
downloadsynapse-b85c3485b15900240a61fb5f2dca606adc1ff268.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`.