From 227cfb01f978ce1ac8e5add8d33f2cfc9c4e4d28 Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Sat, 20 Aug 2022 08:19:46 +0200 Subject: [PATCH] chore(mautrix-whatsapp): update bridge settings --- inventory/host_vars/matrix.finallycoffee.eu/vars.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/host_vars/matrix.finallycoffee.eu/vars.yml b/inventory/host_vars/matrix.finallycoffee.eu/vars.yml index 45bdb4f4a..a27049e94 100644 --- a/inventory/host_vars/matrix.finallycoffee.eu/vars.yml +++ b/inventory/host_vars/matrix.finallycoffee.eu/vars.yml @@ -138,6 +138,10 @@ matrix_dimension_configuration_extension_yaml: | # mautrix-whatsapp config # matrix_mautrix_whatsapp_enabled: true +matrix_mautrix_whatsapp_bridge_personal_filtering_spaces: true +matrix_mautrix_whatsapp_bridge_mute_bridging: true +matrix_mautrix_whatsapp_bridge_enable_status_broadcast: false +matrix_mautrix_whatsapp_bridge_allow_user_invite: true matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port: 9402 matrix_mautrix_whatsapp_container_extra_arguments: - "-p 127.0.0.1:{{ matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port }}:{{ matrix_mautrix_whatsapp_container_http_monitoring_host_bind_port }}"