diff options
author | Erik Johnston <erik@matrix.org> | 2021-07-09 10:59:28 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-07-09 10:59:28 +0100 |
commit | 717a07b73fec1a63a716c3ad33f3dbd2de05b06d (patch) | |
tree | 94ed23c4d826092e7d3f74e13e8fcd6faa41fa3d /changelog.d/10336.bugfix | |
parent | Ensure we always drop the federation inbound lock (#10336) (diff) | |
download | synapse-717a07b73fec1a63a716c3ad33f3dbd2de05b06d.tar.xz |
1.38.0rc2
Diffstat (limited to 'changelog.d/10336.bugfix')
-rw-r--r-- | changelog.d/10336.bugfix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/10336.bugfix b/changelog.d/10336.bugfix deleted file mode 100644 index 5e75ed3335..0000000000 --- a/changelog.d/10336.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix bug where inbound federation in a room could be delayed due to not correctly dropping a lock. Introduced in v1.37.1. |