summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-09 10:16:54 +0100
committerGitHub <noreply@github.com>2021-07-09 10:16:54 +0100
commit1579fdd54a9aab6b65ddb8de4e83b61c3384e2fe (patch)
tree9e6f9067a49845cb0ae0c4b4305fece35cb86fe1 /changelog.d
parentFix broken links in INSTALL.md (#10331) (diff)
downloadsynapse-1579fdd54a9aab6b65ddb8de4e83b61c3384e2fe.tar.xz
Ensure we always drop the federation inbound lock (#10336)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10336.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10336.bugfix b/changelog.d/10336.bugfix
new file mode 100644
index 0000000000..5e75ed3335
--- /dev/null
+++ b/changelog.d/10336.bugfix
@@ -0,0 +1 @@
+Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1.