summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-06-23 16:14:52 +0200
committerGitHub <noreply@github.com>2021-06-23 16:14:52 +0200
commite19e3d452d7553cad974556c723b7a17e6f11a9d (patch)
tree106fbf5d94cb6a28d7a9d8cba3cb3bc14b8823d5 /changelog.d
parentSend out invite rejections and knocks over federation (#10223) (diff)
downloadsynapse-e19e3d452d7553cad974556c723b7a17e6f11a9d.tar.xz
Improve the reliability of auto-joining remote rooms (#10237)
If a room is remote and we don't have a user in it, always try to join it. It might fail if the room is invite-only, but we don't have a user to invite with, so at this point it's the best we can do.

Fixes #10233 (at least to some extent)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10237.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10237.misc b/changelog.d/10237.misc
new file mode 100644
index 0000000000..d76c119a41
--- /dev/null
+++ b/changelog.d/10237.misc
@@ -0,0 +1 @@
+Improve the reliability of auto-joining remote rooms.