| @@ -189,7 +189,7 @@ matrix_mautrix_bluesky_registration_yaml: | | |||||
| rate_limited: false | rate_limited: false | ||||
| de.sorunome.msc2409.push_ephemeral: true | de.sorunome.msc2409.push_ephemeral: true | ||||
| receive_ephemeral: true | receive_ephemeral: true | ||||
| io.element.msc4190: {{ matrix_mautrix_bluesky_msc4190_enabled }} | |||||
| io.element.msc4190: {{ matrix_mautrix_bluesky_msc4190_enabled | to_json }} | |||||
| matrix_mautrix_bluesky_registration: "{{ matrix_mautrix_bluesky_registration_yaml | from_yaml }}" | matrix_mautrix_bluesky_registration: "{{ matrix_mautrix_bluesky_registration_yaml | from_yaml }}" | ||||
| @@ -214,6 +214,6 @@ matrix_mautrix_gmessages_registration_yaml: | | |||||
| - exclusive: true | - exclusive: true | ||||
| regex: '^@{{ matrix_mautrix_gmessages_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$' | regex: '^@{{ matrix_mautrix_gmessages_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$' | ||||
| de.sorunome.msc2409.push_ephemeral: true | de.sorunome.msc2409.push_ephemeral: true | ||||
| io.element.msc4190: {{ matrix_mautrix_gmessages_msc4190_enabled }} | |||||
| io.element.msc4190: {{ matrix_mautrix_gmessages_msc4190_enabled | to_json }} | |||||
| matrix_mautrix_gmessages_registration: "{{ matrix_mautrix_gmessages_registration_yaml | from_yaml }}" | matrix_mautrix_gmessages_registration: "{{ matrix_mautrix_gmessages_registration_yaml | from_yaml }}" | ||||
| @@ -299,6 +299,6 @@ matrix_mautrix_meta_instagram_registration_yaml: | | |||||
| sender_localpart: _bot_{{ matrix_mautrix_meta_instagram_appservice_username }} | sender_localpart: _bot_{{ matrix_mautrix_meta_instagram_appservice_username }} | ||||
| rate_limited: false | rate_limited: false | ||||
| de.sorunome.msc2409.push_ephemeral: true | de.sorunome.msc2409.push_ephemeral: true | ||||
| io.element.msc4190: {{ matrix_mautrix_meta_instagram_msc4190_enabled }} | |||||
| io.element.msc4190: {{ matrix_mautrix_meta_instagram_msc4190_enabled | to_json }} | |||||
| matrix_mautrix_meta_instagram_registration: "{{ matrix_mautrix_meta_instagram_registration_yaml | from_yaml }}" | matrix_mautrix_meta_instagram_registration: "{{ matrix_mautrix_meta_instagram_registration_yaml | from_yaml }}" | ||||
| @@ -299,6 +299,6 @@ matrix_mautrix_meta_messenger_registration_yaml: | | |||||
| sender_localpart: _bot_{{ matrix_mautrix_meta_messenger_appservice_username }} | sender_localpart: _bot_{{ matrix_mautrix_meta_messenger_appservice_username }} | ||||
| rate_limited: false | rate_limited: false | ||||
| de.sorunome.msc2409.push_ephemeral: true | de.sorunome.msc2409.push_ephemeral: true | ||||
| io.element.msc4190: {{ matrix_mautrix_meta_messenger_msc4190_enabled }} | |||||
| io.element.msc4190: {{ matrix_mautrix_meta_messenger_msc4190_enabled | to_json }} | |||||
| matrix_mautrix_meta_messenger_registration: "{{ matrix_mautrix_meta_messenger_registration_yaml | from_yaml }}" | matrix_mautrix_meta_messenger_registration: "{{ matrix_mautrix_meta_messenger_registration_yaml | from_yaml }}" | ||||
| @@ -212,7 +212,7 @@ matrix_mautrix_signal_registration_yaml: | | |||||
| - exclusive: true | - exclusive: true | ||||
| regex: '^@{{ matrix_mautrix_signal_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_signal_homeserver_domain | regex_escape }}$' | regex: '^@{{ matrix_mautrix_signal_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_signal_homeserver_domain | regex_escape }}$' | ||||
| de.sorunome.msc2409.push_ephemeral: true | de.sorunome.msc2409.push_ephemeral: true | ||||
| io.element.msc4190: {{ matrix_mautrix_signal_msc4190_enabled }} | |||||
| io.element.msc4190: {{ matrix_mautrix_signal_msc4190_enabled | to_json }} | |||||
| matrix_mautrix_signal_registration: "{{ matrix_mautrix_signal_registration_yaml | from_yaml }}" | matrix_mautrix_signal_registration: "{{ matrix_mautrix_signal_registration_yaml | from_yaml }}" | ||||
| @@ -153,7 +153,7 @@ matrix_mautrix_slack_registration_yaml: | | |||||
| - exclusive: true | - exclusive: true | ||||
| regex: '^@{{ matrix_mautrix_slack_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$' | regex: '^@{{ matrix_mautrix_slack_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$' | ||||
| de.sorunome.msc2409.push_ephemeral: true | 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 }}" | matrix_mautrix_slack_registration: "{{ matrix_mautrix_slack_registration_yaml | from_yaml }}" | ||||
| @@ -198,7 +198,7 @@ matrix_mautrix_twitter_registration_yaml: | | |||||
| rate_limited: false | rate_limited: false | ||||
| de.sorunome.msc2409.push_ephemeral: true | de.sorunome.msc2409.push_ephemeral: true | ||||
| receive_ephemeral: true | receive_ephemeral: true | ||||
| io.element.msc4190: {{ matrix_mautrix_twitter_msc4190_enabled }} | |||||
| io.element.msc4190: {{ matrix_mautrix_twitter_msc4190_enabled | to_json }} | |||||
| matrix_mautrix_twitter_registration: "{{ matrix_mautrix_twitter_registration_yaml | from_yaml }}" | matrix_mautrix_twitter_registration: "{{ matrix_mautrix_twitter_registration_yaml | from_yaml }}" | ||||
| @@ -231,6 +231,6 @@ matrix_mautrix_whatsapp_registration_yaml: | | |||||
| - exclusive: true | - exclusive: true | ||||
| regex: '^@{{ matrix_mautrix_whatsapp_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_whatsapp_homeserver_domain | regex_escape }}$' | regex: '^@{{ matrix_mautrix_whatsapp_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_whatsapp_homeserver_domain | regex_escape }}$' | ||||
| de.sorunome.msc2409.push_ephemeral: true | de.sorunome.msc2409.push_ephemeral: true | ||||
| io.element.msc4190: {{ matrix_mautrix_whatsapp_msc4190_enabled }} | |||||
| io.element.msc4190: {{ matrix_mautrix_whatsapp_msc4190_enabled | to_json }} | |||||
| matrix_mautrix_whatsapp_registration: "{{ matrix_mautrix_whatsapp_registration_yaml | from_yaml }}" | matrix_mautrix_whatsapp_registration: "{{ matrix_mautrix_whatsapp_registration_yaml | from_yaml }}" | ||||