Skip to content

Commit de1a18e

Browse files
committed
Apply to_json to msc4190 in mautrix configs
1 parent 6fdc712 commit de1a18e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

roles/custom/matrix-bridge-mautrix-bluesky/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ encryption:
358358
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
359359
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
360360
# 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 }}
362362
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
363363
# You must use a client that supports requesting keys from other users to use this feature.
364364
allow_key_sharing: {{ matrix_mautrix_bluesky_bridge_encryption_key_sharing_allow | to_json }}

roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ encryption:
358358
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
359359
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
360360
# 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 }}
362362
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
363363
# You must use a client that supports requesting keys from other users to use this feature.
364364
allow_key_sharing: {{ matrix_mautrix_gmessages_bridge_encryption_key_sharing_allow | to_json }}

roles/custom/matrix-bridge-mautrix-meta-instagram/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ encryption:
371371
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
372372
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
373373
# 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 }}
375375
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
376376
# You must use a client that supports requesting keys from other users to use this feature.
377377
allow_key_sharing: {{ matrix_mautrix_meta_instagram_bridge_encryption_allow_key_sharing | to_json }}

roles/custom/matrix-bridge-mautrix-meta-messenger/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ encryption:
371371
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
372372
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
373373
# 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 }}
375375
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
376376
# You must use a client that supports requesting keys from other users to use this feature.
377377
allow_key_sharing: {{ matrix_mautrix_meta_messenger_bridge_encryption_allow_key_sharing | to_json }}

roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ encryption:
338338
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
339339
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
340340
# 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 }}
342342
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
343343
# You must use a client that supports requesting keys from other users to use this feature.
344344
allow_key_sharing: {{ matrix_mautrix_signal_bridge_encryption_key_sharing_allow | to_json }}

roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ encryption:
375375
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
376376
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
377377
# 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 }}
379379
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
380380
# You must use a client that supports requesting keys from other users to use this feature.
381381
allow_key_sharing: {{ matrix_mautrix_slack_bridge_encryption_key_sharing_allow | to_json }}

roles/custom/matrix-bridge-mautrix-twitter/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ appservice:
213213
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
214214
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
215215
# 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 }}
217217

218218
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
219219
as_token: {{ matrix_mautrix_twitter_appservice_token | to_json }}

roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ encryption:
449449
# Requires the homeserver to support MSC4190 and the device masquerading parts of MSC3202.
450450
# Only relevant when using end-to-bridge encryption, required when using encryption with next-gen auth (MSC3861).
451451
# 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 }}
453453
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
454454
# You must use a client that supports requesting keys from other users to use this feature.
455455
allow_key_sharing: {{ matrix_mautrix_whatsapp_bridge_encryption_key_sharing_allow | to_json }}

0 commit comments

Comments
 (0)