From 21a5e950b7370268e321fa338ca728d27eee3c35 Mon Sep 17 00:00:00 2001 From: D4GU Date: Thu, 5 Mar 2026 15:45:40 +0100 Subject: [PATCH] Remove-commet-default-enabled --- roles/custom/matrix-client-commet/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-client-commet/defaults/main.yml b/roles/custom/matrix-client-commet/defaults/main.yml index 37e604a22..dab96ff1d 100644 --- a/roles/custom/matrix-client-commet/defaults/main.yml +++ b/roles/custom/matrix-client-commet/defaults/main.yml @@ -5,7 +5,7 @@ --- # Project source code URL: https://github.com/commetchat/commet -matrix_client_commet_enabled: true +matrix_client_commet_enabled: false # The git branch, tag, or SHA to build from matrix_client_commet_version: "main"