# HG changeset patch # User Luke Hoersten # Date 1662841104 18000 # Node ID d1e44e23f48e02a96b565ba88f30549e0623e5af # Parent fd46c0e68c2c1f2b5aa579d6e5aadc3a273138d6 Enabled experimental spaces and threading features in dendrite. diff -r fd46c0e68c2c -r d1e44e23f48e dendrite/server/templates/dendrite.yaml.j2 --- a/dendrite/server/templates/dendrite.yaml.j2 Sat Sep 10 14:52:58 2022 -0500 +++ b/dendrite/server/templates/dendrite.yaml.j2 Sat Sep 10 15:18:24 2022 -0500 @@ -226,8 +226,8 @@ # 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: