diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-07-29 07:50:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 11:50:14 +0000 |
commit | 3a541a7daa3191f0d91cb33d76778d450107640c (patch) | |
tree | f113d45c47efb174603462bc46f9f6f5f34bc306 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-3a541a7daa3191f0d91cb33d76778d450107640c.tar.xz |
Improve failover logic for MSC3083 restricted rooms. (#10447)
If the federation client receives an M_UNABLE_TO_AUTHORISE_JOIN or M_UNABLE_TO_GRANT_JOIN response it will attempt another server before giving up completely.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10447.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10447.feature b/changelog.d/10447.feature new file mode 100644 index 0000000000..df8bb51167 --- /dev/null +++ b/changelog.d/10447.feature @@ -0,0 +1 @@ +Update support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083) to consider changes in the MSC around which servers can issue join events. |