diff options
Diffstat (limited to 'dendrite/server/templates/dendrite.yaml.j2')
| -rw-r--r-- | dendrite/server/templates/dendrite.yaml.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dendrite/server/templates/dendrite.yaml.j2 b/dendrite/server/templates/dendrite.yaml.j2 index 3a24267..2f25775 100644 --- a/dendrite/server/templates/dendrite.yaml.j2 +++ b/dendrite/server/templates/dendrite.yaml.j2 @@ -226,8 +226,8 @@ media_api: # Configuration for enabling experimental MSCs on this homeserver. mscs: mscs: - # - msc2836 # (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836) - # - msc2946 # (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946) + - msc2836 # (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836) + - msc2946 # (Spaces Summary, see https://github.com/matrix-org/matrix-doc/pull/2946) # Configuration for the Sync API. sync_api: |
