diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-05-24 08:57:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 08:57:14 -0400 |
commit | 316f89e87f462608a5e63ba567ad549330f1456a (patch) | |
tree | 53818a06c95e7384071db45091b2c82fe6fcdb8e /changelog.d | |
parent | Add missing entry to the table of contents of room admin API (#10043) (diff) | |
download | synapse-316f89e87f462608a5e63ba567ad549330f1456a.tar.xz |
Enable experimental spaces by default. (#10011)
The previous spaces_enabled flag now defaults to true and is exposed in the sample config.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10011.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10011.feature b/changelog.d/10011.feature new file mode 100644 index 0000000000..409140fb13 --- /dev/null +++ b/changelog.d/10011.feature @@ -0,0 +1 @@ +Enable experimental support for [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946) (spaces summary API) and [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083) (restricted join rules) by default. |