diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-05-26 14:35:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 14:35:16 -0400 |
commit | f42e4c4eb9b5b84bd1da80a4f3938c1c06305364 (patch) | |
tree | ee34d0dc15434b05df6d75f6847d30a0281630c3 /docs | |
parent | Fix GitHub Actions lint for newsfragments (#10069) (diff) | |
download | synapse-f42e4c4eb9b5b84bd1da80a4f3938c1c06305364.tar.xz |
Remove the experimental spaces enabled flag. (#10063)
In lieu of just always enabling the unstable spaces endpoint and unstable room version.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 6576b153d0..7b97f73a29 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -2916,18 +2916,3 @@ redis: # Optional password if configured on the Redis instance # #password: <secret_password> - - -# Enable experimental features in Synapse. -# -# Experimental features might break or be removed without a deprecation -# period. -# -experimental_features: - # Support for Spaces (MSC1772), it enables the following: - # - # * The Spaces Summary API (MSC2946). - # * Restricting room membership based on space membership (MSC3083). - # - # Uncomment to disable support for Spaces. - #spaces_enabled: false |