Procházet zdrojové kódy

Merge pull request #4 from shreyasajj/googlemessages

Removed problem j2 values
pull/2794/head
Shreyas Ajjarapu před 2 roky
committed by GitHub
rodič
revize
992eba9960
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. +6
    -6
      roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2

+ 6
- 6
roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2 Zobrazit soubor

@@ -103,13 +103,13 @@ google_messages:
# Bridge config # Bridge config
bridge: bridge:
# Localpart template of MXIDs for SMS users. # Localpart template of MXIDs for SMS users.
# {{.}} is replaced with an identifier of the recipient.
username_template: gmessages_{{.}}
# {{ '{{.}}' }} is replaced with an identifier of the recipient.
username_template: "{{ 'gmessages_{{.}}' }}"
# Displayname template for SMS users. # Displayname template for SMS users.
# {{.FullName}} - Full name provided by the phone
# {{.FirstName}} - First name provided by the phone
# {{.PhoneNumber}} - Formatted phone number provided by the phone
displayname_template: "{{ '{{if .BusinessName}}{{.BusinessName}}{{else if .PushName}}{{.PushName}}{{else}}{{.JID}}{{end}} (GM)' }}"
# {{ '{{.FullName}}' }} - Full name provided by the phone
# {{ '{{.FirstName}}' }} - First name provided by the phone
# {{ '{{.PhoneNumber}}' }} - Formatted phone number provided by the phone
displayname_template: "{{ '{{or .FullName .PhoneNumber}}' }}"
# Should the bridge create a space for each logged-in user and add bridged rooms to it? # Should the bridge create a space for each logged-in user and add bridged rooms to it?
personal_filtering_spaces: {{ matrix_mautrix_gmessages_bridge_personal_filtering_spaces | to_json }} personal_filtering_spaces: {{ matrix_mautrix_gmessages_bridge_personal_filtering_spaces | to_json }}
# Should the bridge send a read receipt from the bridge bot when a message has been sent to the phone? # Should the bridge send a read receipt from the bridge bot when a message has been sent to the phone?


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