Parcourir la source

Fix raw parse

pull/5289/head
jasonlaguidice il y a 1 semaine
Parent
révision
b44d65fa62
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2

+ 2
- 2
roles/custom/matrix-bridge-rustpush/templates/config.yaml.j2 Voir le fichier

@@ -2,8 +2,8 @@
# Network-specific config options (iMessage via RustPush) # Network-specific config options (iMessage via RustPush)
network: network:
# Displayname template for iMessage contacts. # 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 }} displayname_template: {{ matrix_rustpush_bridge_network_displayname_template | to_json }}


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


Chargement…
Annuler
Enregistrer