allow to configure whatsapp polls via extev_polls parameter.

This commit is contained in:
Nikolai Raitsev 2024-02-09 14:17:16 +01:00
parent 9f2fdd4148
commit 68d4e04f4f
2 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@ matrix_mautrix_whatsapp_homeserver_address: ""
matrix_mautrix_whatsapp_homeserver_domain: "{{ matrix_domain }}"
matrix_mautrix_whatsapp_appservice_address: "http://matrix-mautrix-whatsapp:8080"
matrix_mautrix_whatsapp_extev_polls: false
matrix_mautrix_whatsapp_command_prefix: "!wa"
matrix_mautrix_whatsapp_container_network: ""

View File

@ -292,7 +292,7 @@ bridge:
# Send galleries as a single event? This is not an MSC (yet).
beeper_galleries: false
# Should polls be sent using MSC3381 event types?
extev_polls: false
extev_polls: {{ matrix_mautrix_whatsapp_extev_polls }}
# Should cross-chat replies from WhatsApp be bridged? Most servers and clients don't support this.
cross_room_replies: false
# Disable generating reply fallbacks? Some extremely bad clients still rely on them,