Explorar el Código

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 hace 7 años
padre
commit
2f1662626e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

+ 1
- 1
roles/matrix-synapse/templates/synapse/homeserver.yaml.j2 Ver fichero

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




# spam_checker: # spam_checker:


Cargando…
Cancelar
Guardar