From c018dfc1e906811e6b0b508db621104c1908aa27 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 10 Sep 2022 15:18:24 -0500 Subject: Enabled experimental spaces and threading features in dendrite. --- dendrite/server/templates/dendrite.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dendrite') 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: -- cgit v1.2.3