diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-06-23 16:14:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 16:14:52 +0200 |
commit | e19e3d452d7553cad974556c723b7a17e6f11a9d (patch) | |
tree | 106fbf5d94cb6a28d7a9d8cba3cb3bc14b8823d5 /changelog.d | |
parent | Send out invite rejections and knocks over federation (#10223) (diff) | |
download | synapse-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.misc | 1 |
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. |