File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
matrix-bridge-mautrix-bluesky/defaults
matrix-bridge-mautrix-gmessages/defaults
matrix-bridge-mautrix-meta-instagram/defaults
matrix-bridge-mautrix-meta-messenger/defaults
matrix-bridge-mautrix-signal/defaults
matrix-bridge-mautrix-slack/defaults
matrix-bridge-mautrix-whatsapp/defaults Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ matrix_mautrix_bluesky_registration_yaml: |
189
189
rate_limited: false
190
190
de.sorunome.msc2409.push_ephemeral: true
191
191
receive_ephemeral: true
192
- io.element.msc4190: {{ matrix_mautrix_bluesky_msc4190_enabled }}
192
+ io.element.msc4190: {{ matrix_mautrix_bluesky_msc4190_enabled | to_json }}
193
193
194
194
matrix_mautrix_bluesky_registration : "{{ matrix_mautrix_bluesky_registration_yaml | from_yaml }}"
195
195
Original file line number Diff line number Diff line change @@ -214,6 +214,6 @@ matrix_mautrix_gmessages_registration_yaml: |
214
214
- exclusive: true
215
215
regex: '^@{{ matrix_mautrix_gmessages_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_gmessages_homeserver_domain | regex_escape }}$'
216
216
de.sorunome.msc2409.push_ephemeral: true
217
- io.element.msc4190: {{ matrix_mautrix_gmessages_msc4190_enabled }}
217
+ io.element.msc4190: {{ matrix_mautrix_gmessages_msc4190_enabled | to_json }}
218
218
219
219
matrix_mautrix_gmessages_registration : "{{ matrix_mautrix_gmessages_registration_yaml | from_yaml }}"
Original file line number Diff line number Diff line change @@ -299,6 +299,6 @@ matrix_mautrix_meta_instagram_registration_yaml: |
299
299
sender_localpart: _bot_{{ matrix_mautrix_meta_instagram_appservice_username }}
300
300
rate_limited: false
301
301
de.sorunome.msc2409.push_ephemeral: true
302
- io.element.msc4190: {{ matrix_mautrix_meta_instagram_msc4190_enabled }}
302
+ io.element.msc4190: {{ matrix_mautrix_meta_instagram_msc4190_enabled | to_json }}
303
303
304
304
matrix_mautrix_meta_instagram_registration : " {{ matrix_mautrix_meta_instagram_registration_yaml | from_yaml }}"
Original file line number Diff line number Diff line change @@ -299,6 +299,6 @@ matrix_mautrix_meta_messenger_registration_yaml: |
299
299
sender_localpart: _bot_{{ matrix_mautrix_meta_messenger_appservice_username }}
300
300
rate_limited: false
301
301
de.sorunome.msc2409.push_ephemeral: true
302
- io.element.msc4190: {{ matrix_mautrix_meta_messenger_msc4190_enabled }}
302
+ io.element.msc4190: {{ matrix_mautrix_meta_messenger_msc4190_enabled | to_json }}
303
303
304
304
matrix_mautrix_meta_messenger_registration : " {{ matrix_mautrix_meta_messenger_registration_yaml | from_yaml }}"
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ matrix_mautrix_signal_registration_yaml: |
212
212
- exclusive: true
213
213
regex: '^@{{ matrix_mautrix_signal_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_signal_homeserver_domain | regex_escape }}$'
214
214
de.sorunome.msc2409.push_ephemeral: true
215
- io.element.msc4190: {{ matrix_mautrix_signal_msc4190_enabled }}
215
+ io.element.msc4190: {{ matrix_mautrix_signal_msc4190_enabled | to_json }}
216
216
217
217
matrix_mautrix_signal_registration : "{{ matrix_mautrix_signal_registration_yaml | from_yaml }}"
218
218
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ matrix_mautrix_slack_registration_yaml: |
153
153
- exclusive: true
154
154
regex: '^@{{ matrix_mautrix_slack_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_slack_homeserver_domain | regex_escape }}$'
155
155
de.sorunome.msc2409.push_ephemeral: true
156
- io.element.msc4190: {{ matrix_mautrix_slack_msc4190_enabled }}
156
+ io.element.msc4190: {{ matrix_mautrix_slack_msc4190_enabled | to_json }}
157
157
158
158
matrix_mautrix_slack_registration : "{{ matrix_mautrix_slack_registration_yaml | from_yaml }}"
159
159
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ matrix_mautrix_twitter_registration_yaml: |
198
198
rate_limited: false
199
199
de.sorunome.msc2409.push_ephemeral: true
200
200
receive_ephemeral: true
201
- io.element.msc4190: {{ matrix_mautrix_twitter_msc4190_enabled }}
201
+ io.element.msc4190: {{ matrix_mautrix_twitter_msc4190_enabled | to_json }}
202
202
203
203
matrix_mautrix_twitter_registration : "{{ matrix_mautrix_twitter_registration_yaml | from_yaml }}"
204
204
Original file line number Diff line number Diff line change @@ -231,6 +231,6 @@ matrix_mautrix_whatsapp_registration_yaml: |
231
231
- exclusive: true
232
232
regex: '^@{{ matrix_mautrix_whatsapp_appservice_bot_username | regex_escape }}:{{ matrix_mautrix_whatsapp_homeserver_domain | regex_escape }}$'
233
233
de.sorunome.msc2409.push_ephemeral: true
234
- io.element.msc4190: {{ matrix_mautrix_whatsapp_msc4190_enabled }}
234
+ io.element.msc4190: {{ matrix_mautrix_whatsapp_msc4190_enabled | to_json }}
235
235
236
236
matrix_mautrix_whatsapp_registration : "{{ matrix_mautrix_whatsapp_registration_yaml | from_yaml }}"
You can’t perform that action at this time.
0 commit comments