diff options
| author | Luke Hoersten <[email protected]> | 2022-09-10 15:18:24 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2022-09-10 15:18:24 -0500 |
| commit | c018dfc1e906811e6b0b508db621104c1908aa27 (patch) | |
| tree | 21221a6cc0cd9e2bda6c7dcf965ed019fe60ff37 /dendrite/server | |
| parent | c8ed357319d0f597aca9fa50c5176d0e19205e7d (diff) | |
Enabled experimental spaces and threading features in dendrite.
Diffstat (limited to 'dendrite/server')
| -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: |
