Merge pull request #2749 from 2goobers/master
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2629
This commit is contained in:
commit
55bc915414
@ -143,15 +143,15 @@ bridge:
|
|||||||
# application service.
|
# application service.
|
||||||
encryption:
|
encryption:
|
||||||
# Allow encryption, work in group chat rooms with e2ee enabled
|
# Allow encryption, work in group chat rooms with e2ee enabled
|
||||||
allow: {{ matrix_mautrix_discord_bridge_encryption_allow|to_json }}
|
allow: {{ matrix_mautrix_instagram_bridge_encryption_allow|to_json }}
|
||||||
# Default to encryption, force-enable encryption in all portals the bridge creates
|
# Default to encryption, force-enable encryption in all portals the bridge creates
|
||||||
# This will cause the bridge bot to be in private chats for the encryption to work properly.
|
# This will cause the bridge bot to be in private chats for the encryption to work properly.
|
||||||
default: {{ matrix_mautrix_discord_bridge_encryption_default|to_json }}
|
default: {{ matrix_mautrix_instagram_bridge_encryption_default|to_json }}
|
||||||
# Options for automatic key sharing.
|
# Options for automatic key sharing.
|
||||||
key_sharing:
|
key_sharing:
|
||||||
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
|
# Enable key sharing? If enabled, key requests for rooms where users are in will be fulfilled.
|
||||||
# You must use a client that supports requesting keys from other users to use this feature.
|
# You must use a client that supports requesting keys from other users to use this feature.
|
||||||
allow: {{ matrix_mautrix_discord_bridge_encryption_key_sharing_allow|to_json }}
|
allow: {{ matrix_mautrix_instagram_bridge_encryption_key_sharing_allow|to_json }}
|
||||||
# Require the requesting device to have a valid cross-signing signature?
|
# Require the requesting device to have a valid cross-signing signature?
|
||||||
# This doesn't require that the bridge has verified the device, only that the user has verified it.
|
# This doesn't require that the bridge has verified the device, only that the user has verified it.
|
||||||
# Not yet implemented.
|
# Not yet implemented.
|
||||||
|
Loading…
Reference in New Issue
Block a user