Explorar el Código

fix hangout displayname bug

pull/229/head
microchipster hace 6 años
padre
commit
1e8d593f7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-bridge-mautrix-hangouts/defaults/main.yml

+ 1
- 1
roles/matrix-bridge-mautrix-hangouts/defaults/main.yml Ver fichero

@@ -87,7 +87,7 @@ matrix_mautrix_hangouts_configuration_yaml: |
# {displayname} is replaced with the display name of the Hangouts user
# as defined below in displayname_preference.
# Keys available for displayname_preference are also available here.
displayname_template: '{displayname} (HO)'
displayname_template: '{full_name} (Hangouts)'
# Available keys:
# "name" (full name)
# "first_name"


Cargando…
Cancelar
Guardar