Explorar el Código

mautrix-slack: add team name in channel name template

pull/2432/head
Shaleen Jain hace 3 años
padre
commit
df9931f719
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2 Ver fichero

@@ -79,7 +79,7 @@ bridge:
# TODO: document variables
displayname_template: "{{ '{{.RealName}} (S)' }}"
bot_displayname_template: "{{ '{{.Name}} (bot)' }}"
channel_name_template: "{{ '#{{.Name}}' }}"
channel_name_template: "{{ '#{{.Name}} ({{.TeamName}})' }}"

portal_message_buffer: 128



Cargando…
Cancelar
Guardar