From 446e478d4ac5fabeed32ec94e9d7b3b9d0002132 Mon Sep 17 00:00:00 2001 From: Shaleen Jain Date: Wed, 24 Aug 2022 05:54:08 +0000 Subject: [PATCH] dendrite: enable MSC2946 (Spaced Summary) by default --- roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 b/roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 index 20131c106..30658f48b 100644 --- a/roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 +++ b/roles/matrix-dendrite/templates/dendrite/dendrite.yaml.j2 @@ -293,7 +293,8 @@ mscs: # Currently valid values are: # - 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) - mscs: [] + mscs: + - msc2946 database: connection_string: {{ matrix_dendrite_database_str }}/{{ matrix_dendrite_mscs_database }}?sslmode=disable max_open_conns: 5