From 9dbee572a84f6f22659f34a2da9a3981296eb5d5 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 15 Nov 2021 14:46:40 +0200 Subject: [PATCH] Mute status broadcast by default --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index d0408f5..9f31ddf 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -166,7 +166,7 @@ bridge: enable_status_broadcast: true # Should the status broadcast room be muted and moved into low priority by default? # This is only applied when creating the room, the user can unmute/untag it later. - mute_status_broadcast: false + mute_status_broadcast: true # Should the bridge use thumbnails from WhatsApp? # They're disabled by default due to very low resolution. whatsapp_thumbnail: false