Procházet zdrojové kódy

Use to_json for matrix_mautrix_whatsapp_extev_polls

pull/3169/head
Slavi Pantaleev před 2 roky
committed by GitHub
rodič
revize
1bfafa7004
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 Zobrazit soubor

@@ -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: {{ matrix_mautrix_whatsapp_extev_polls }}
extev_polls: {{ matrix_mautrix_whatsapp_extev_polls | to_json }}
# 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,


Načítá se…
Zrušit
Uložit