escape hookshot variables using to_json

This commit is contained in:
HarHarLinks
2022-01-30 17:44:22 +01:00
parent 54d8d0ec38
commit 99802bc143
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#jinja2: lstrip_blocks: "True"
id: matrix-hookshot # This can be anything, but must be unique within your homeserver
as_token: {{ matrix_hookshot_appservice_token }} # This again can be a random string
hs_token: {{ matrix_hookshot_homeserver_token }} # ..as can this
as_token: {{ matrix_hookshot_appservice_token|to_json }} # This again can be a random string
hs_token: {{ matrix_hookshot_homeserver_token|to_json }} # ..as can this
namespaces:
rooms: []
users: