mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 04:37:36 +01:00
Fix username_template potentially not being taken into account for mautrix-slack
While working on upgrading the Meta bridges to bridgev2, I've noticed that {% raw %} and {% endraw %} on lines like that (immediately preceding `username_template` may cause YAML indentation issues.
This commit is contained in:
parent
52018c652f
commit
626a851c82
@ -244,9 +244,7 @@ appservice:
|
|||||||
hs_token: {{ matrix_mautrix_slack_homeserver_token | to_json }}
|
hs_token: {{ matrix_mautrix_slack_homeserver_token | to_json }}
|
||||||
|
|
||||||
# Localpart template of MXIDs for remote users.
|
# Localpart template of MXIDs for remote users.
|
||||||
# {% raw %}
|
# {% raw %}{{.}}{% endraw %} is replaced with the internal ID of the user.
|
||||||
# {{.}} is replaced with the internal ID of the user.
|
|
||||||
# {% endraw %}
|
|
||||||
username_template: "{% raw %}slack_{{.}}{% endraw %}"
|
username_template: "{% raw %}slack_{{.}}{% endraw %}"
|
||||||
|
|
||||||
# Config options that affect the Matrix connector of the bridge.
|
# Config options that affect the Matrix connector of the bridge.
|
||||||
|
Loading…
Reference in New Issue
Block a user