From 7f2b7faa5db52f18db3dc00c63ea1811cb438ecc Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 1 Apr 2026 22:37:18 +0300 Subject: [PATCH] Render outgoing presence from playbook configuration --- roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 b/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 index 88069bb06..6dd6918a5 100644 --- a/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 +++ b/roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 @@ -1147,7 +1147,7 @@ emergency_password = {{ matrix_continuwuity_config_emergency_password | to_json # There are only a few clients that even implement presence, so you # probably don't want to enable this. # -#allow_outgoing_presence = {{ matrix_continuwuity_config_allow_outgoing_presence | to_json }} +allow_outgoing_presence = {{ matrix_continuwuity_config_allow_outgoing_presence | to_json }} # How many seconds without presence updates before you become idle. # Defaults to 5 minutes.