Add | to_json to mautrix bridge registration io.element.msc4190.

This commit is contained in:
onestacked
2025-04-17 13:32:10 +02:00
parent de1a18e197
commit de9128d337
8 changed files with 8 additions and 8 deletions

View File

@@ -153,7 +153,7 @@ matrix_mautrix_slack_registration_yaml: |
- exclusive: true
regex: '^@{{ matrix_mautrix_slack_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$'
de.sorunome.msc2409.push_ephemeral: true
io.element.msc4190: {{ matrix_mautrix_slack_msc4190_enabled }}
io.element.msc4190: {{ matrix_mautrix_slack_msc4190_enabled | to_json }}
matrix_mautrix_slack_registration: "{{ matrix_mautrix_slack_registration_yaml | from_yaml }}"