Explorar el Código

Fix raw parse

pull/5289/head
jasonlaguidice hace 1 semana
padre
commit
b44d65fa62
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2

+ 2
- 2
roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2 Ver fichero

@@ -2,8 +2,8 @@
# Network-specific config options (iMessage via RustPush)
network:
# Displayname template for iMessage contacts.
# Available variables: {{.FirstName}}, {{.LastName}}, {{.Nickname}},
# {{.Phone}}, {{.Email}}, {{.ID}}
# Available variables: {% raw %}{{.FirstName}}, {{.LastName}}, {{.Nickname}},
# {{.Phone}}, {{.Email}}, {{.ID}}{% endraw %}
displayname_template: {{ matrix_rustpush_bridge_network_displayname_template | to_json }}

# How many days back to look for chats during initial sync.


Cargando…
Cancelar
Guardar