Sfoglia il codice sorgente

Use |to_json for matrix_synapse_push_include_content

Doing this for consistency.

Related to #117 (Github Pull Request).
pull/119/head^2
Slavi Pantaleev 7 anni fa
parent
commit
2f1662626e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Vedi File

@@ -848,7 +848,7 @@ password_providers:
# because it is loaded by the app. iPhone, however will send a
# notification saying only that a message arrived and who it came from.
push:
include_content: {{ matrix_synapse_push_include_content }}
include_content: {{ matrix_synapse_push_include_content|to_json }}


# spam_checker:


Caricamento…
Annulla
Salva