From aeb47b5d1429c2837f2c8be681fbb0d3155c5211 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 5 Oct 2025 18:09:37 +0200 Subject: [PATCH] set default room version to 12 to avoid having to upgrade rooms on crea. --- config/hosts/matrix/matrix-synapse.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hosts/matrix/matrix-synapse.nix b/config/hosts/matrix/matrix-synapse.nix index dd92a5c..cd78f55 100644 --- a/config/hosts/matrix/matrix-synapse.nix +++ b/config/hosts/matrix/matrix-synapse.nix @@ -41,6 +41,8 @@ max_upload_size = "500M"; admin_contact = "mailto:yuri+ccchh@nekover.se"; + + default_room_version = "12"; }; extraConfigFiles = [