diff options
author | David Robertson <davidr@element.io> | 2022-07-15 13:20:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 12:20:47 +0000 |
commit | 7281591f4cf81db2fa9e00187d9a91179c6e6a98 (patch) | |
tree | 3e5e5711687d2834f1f894f3a7f5f9548ec336ac /changelog.d | |
parent | Update locked frozendict version to 2.3.2 (#13284) (diff) | |
download | synapse-7281591f4cf81db2fa9e00187d9a91179c6e6a98.tar.xz |
Use state before join to determine if we `_should_perform_remote_join` (#13270)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13270.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13270.bugfix b/changelog.d/13270.bugfix new file mode 100644 index 0000000000..d023b25eea --- /dev/null +++ b/changelog.d/13270.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.40 where a user invited to a restricted room would be briefly unable to join. |