forked from MirrorHub/mautrix-whatsapp
Mute status broadcast by default
This commit is contained in:
parent
0d6af45dcf
commit
9dbee572a8
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ bridge:
|
||||||
enable_status_broadcast: true
|
enable_status_broadcast: true
|
||||||
# Should the status broadcast room be muted and moved into low priority by default?
|
# 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.
|
# 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?
|
# Should the bridge use thumbnails from WhatsApp?
|
||||||
# They're disabled by default due to very low resolution.
|
# They're disabled by default due to very low resolution.
|
||||||
whatsapp_thumbnail: false
|
whatsapp_thumbnail: false
|
||||||
|
|
Loading…
Reference in a new issue