Ver a proveniência

Use to_json for matrix_mautrix_whatsapp_extev_polls

pull/3169/head
Slavi Pantaleev há 2 anos
committed by GitHub
ascendente
cometimento
1bfafa7004
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 1 adições e 1 eliminações
  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 Ver ficheiro

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


Carregando…
Cancelar
Guardar