File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
matrix-bridge-mautrix-bluesky/templates
matrix-bridge-mautrix-gmessages/templates
matrix-bridge-mautrix-meta-instagram/templates
matrix-bridge-mautrix-meta-messenger/templates
matrix-bridge-mautrix-signal/templates
matrix-bridge-mautrix-slack/templates
matrix-bridge-mautrix-whatsapp/templates Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ encryption:
358
358
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
359
359
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
360
360
# Changing this option requires updating the appservice registration file.
361
- msc4190: {{ matrix_mautrix_bluesky_msc4190_enabled }}
361
+ msc4190: {{ matrix_mautrix_bluesky_msc4190_enabled | to_json }}
362
362
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
363
363
# You must use a client that supports requesting keys from other users to use this feature.
364
364
allow_key_sharing: {{ matrix_mautrix_bluesky_bridge_encryption_key_sharing_allow | to_json }}
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ encryption:
358
358
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
359
359
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
360
360
# Changing this option requires updating the appservice registration file.
361
- msc4190: {{ matrix_mautrix_gmessages_msc4190_enabled }}
361
+ msc4190: {{ matrix_mautrix_gmessages_msc4190_enabled | to_json }}
362
362
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
363
363
# You must use a client that supports requesting keys from other users to use this feature.
364
364
allow_key_sharing: {{ matrix_mautrix_gmessages_bridge_encryption_key_sharing_allow | to_json }}
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ encryption:
371
371
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
372
372
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
373
373
# Changing this option requires updating the appservice registration file.
374
- msc4190: {{ matrix_mautrix_meta_instagram_msc4190_enabled }}
374
+ msc4190: {{ matrix_mautrix_meta_instagram_msc4190_enabled | to_json }}
375
375
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
376
376
# You must use a client that supports requesting keys from other users to use this feature.
377
377
allow_key_sharing: {{ matrix_mautrix_meta_instagram_bridge_encryption_allow_key_sharing | to_json }}
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ encryption:
371
371
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
372
372
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
373
373
# Changing this option requires updating the appservice registration file.
374
- msc4190: {{ matrix_mautrix_meta_messenger_msc4190_enabled }}
374
+ msc4190: {{ matrix_mautrix_meta_messenger_msc4190_enabled | to_json }}
375
375
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
376
376
# You must use a client that supports requesting keys from other users to use this feature.
377
377
allow_key_sharing: {{ matrix_mautrix_meta_messenger_bridge_encryption_allow_key_sharing | to_json }}
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ encryption:
338
338
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
339
339
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
340
340
# Changing this option requires updating the appservice registration file.
341
- msc4190: {{ matrix_mautrix_signal_msc4190_enabled }}
341
+ msc4190: {{ matrix_mautrix_signal_msc4190_enabled | to_json }}
342
342
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
343
343
# You must use a client that supports requesting keys from other users to use this feature.
344
344
allow_key_sharing: {{ matrix_mautrix_signal_bridge_encryption_key_sharing_allow | to_json }}
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ encryption:
375
375
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
376
376
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
377
377
# Changing this option requires updating the appservice registration file.
378
- msc4190: {{ matrix_mautrix_slack_msc4190_enabled }}
378
+ msc4190: {{ matrix_mautrix_slack_msc4190_enabled | to_json }}
379
379
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
380
380
# You must use a client that supports requesting keys from other users to use this feature.
381
381
allow_key_sharing: {{ matrix_mautrix_slack_bridge_encryption_key_sharing_allow | to_json }}
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ appservice:
213
213
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
214
214
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
215
215
# Changing this option requires updating the appservice registration file.
216
- msc4190: {{ matrix_mautrix_twitter_msc4190_enabled }}
216
+ msc4190: {{ matrix_mautrix_twitter_msc4190_enabled | to_json }}
217
217
218
218
# Authentication tokens for AS <- > HS communication. Autogenerated; do not modify.
219
219
as_token: {{ matrix_mautrix_twitter_appservice_token | to_json }}
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ encryption:
449
449
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
450
450
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
451
451
# Changing this option requires updating the appservice registration file.
452
- msc4190: {{ matrix_mautrix_whatsapp_msc4190_enabled }}
452
+ msc4190: {{ matrix_mautrix_whatsapp_msc4190_enabled | to_json }}
453
453
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
454
454
# You must use a client that supports requesting keys from other users to use this feature.
455
455
allow_key_sharing: {{ matrix_mautrix_whatsapp_bridge_encryption_key_sharing_allow | to_json }}
You can’t perform that action at this time.
0 commit comments