diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-09 10:16:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 10:16:54 +0100 |
commit | 1579fdd54a9aab6b65ddb8de4e83b61c3384e2fe (patch) | |
tree | 9e6f9067a49845cb0ae0c4b4305fece35cb86fe1 /changelog.d | |
parent | Fix broken links in INSTALL.md (#10331) (diff) | |
download | synapse-1579fdd54a9aab6b65ddb8de4e83b61c3384e2fe.tar.xz |
Ensure we always drop the federation inbound lock (#10336)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10336.bugfix | 1 |
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. |