fixup! escape hookshot variables using to_json
This commit is contained in:
parent
99cf6adf95
commit
51baa40eff
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ passFile:
|
||||||
bot:
|
bot:
|
||||||
# (Optional) Define profile information for the bot user
|
# (Optional) Define profile information for the bot user
|
||||||
#
|
#
|
||||||
displayname: {{ matrix_hookshot_bot_displayname|to_json }}
|
displayname: {{ matrix_hookshot_bot_displayname }}
|
||||||
avatar: {{ matrix_hookshot_bot_avatar }}
|
avatar: {{ matrix_hookshot_bot_avatar }}
|
||||||
metrics:
|
metrics:
|
||||||
# (Optional) Prometheus metrics support
|
# (Optional) Prometheus metrics support
|
||||||
|
|
Loading…
Add table
Reference in a new issue