mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Merge pull request #1489 from xlejo/add_encryption_enabled_by_default_for_room_type
Add encryption_enabled_by_default_for_room_type
This commit is contained in:
		@@ -580,6 +580,8 @@ matrix_synapse_default_room_version: "6"
 | 
			
		||||
# If not, you can also control its value manually.
 | 
			
		||||
matrix_synapse_spam_checker: []
 | 
			
		||||
 | 
			
		||||
matrix_synapse_encryption_enabled_by_default_for_room_type: off
 | 
			
		||||
 | 
			
		||||
matrix_synapse_trusted_key_servers:
 | 
			
		||||
  - server_name: "matrix.org"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -2651,7 +2651,7 @@ spam_checker: {{ matrix_synapse_spam_checker|to_json }}
 | 
			
		||||
# Note that this option will only affect rooms created after it is set. It
 | 
			
		||||
# will also not affect rooms created by other servers.
 | 
			
		||||
#
 | 
			
		||||
#encryption_enabled_by_default_for_room_type: invite
 | 
			
		||||
encryption_enabled_by_default_for_room_type: {{ matrix_synapse_encryption_enabled_by_default_for_room_type|to_json }}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Uncomment to allow non-server-admin users to create groups on this server
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user