Procházet zdrojové kódy

Update signal config.yaml.j2 merging upstream changes (#3164)

* Update signal config.yaml.j2 merging upstream changes

* Add raw/endraw around displayname_template for mautrix-signal

---------

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/3166/head
needo37 před 2 roky
committed by GitHub
rodič
revize
518615a979
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 Zobrazit soubor

@@ -101,7 +101,7 @@ bridge:
# {{.UUID}} - The UUID of the Signal user.
# {{.AboutEmoji}} - The emoji set by the user in their profile.
# {% endraw %}
displayname_template: "{{ '{{.ProfileName}} (Signal)' }}"
displayname_template: {% raw %}'{{or .ProfileName .PhoneNumber "Unknown user"}}'{% endraw %}
# Whether to explicitly set the avatar and room name for private chat portal rooms.
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
# If set to `always`, all DM rooms will have explicit names and avatars set.


Načítá se…
Zrušit
Uložit