From d9c64f97278662d890f47a66f4284a8e9b534c4f Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 14 Sep 2024 11:33:44 +0530 Subject: [PATCH] wynne: enable spaces and threading --- hosts/wynne/services/apps/dendrite/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/wynne/services/apps/dendrite/config.yaml b/hosts/wynne/services/apps/dendrite/config.yaml index aaa2ef2..2318451 100644 --- a/hosts/wynne/services/apps/dendrite/config.yaml +++ b/hosts/wynne/services/apps/dendrite/config.yaml @@ -121,7 +121,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) + - msc2836 # (Threading, see https://github.com/matrix-org/matrix-doc/pull/2836) + - msc2946 sync_api: real_ip_header: X-Real-IP