mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Escape domain in bridge registration regex
This commit is contained in:
		| @@ -171,7 +171,7 @@ matrix_mautrix_facebook_registration_yaml: | | ||||
|   namespaces: | ||||
|     users: | ||||
|     - exclusive: true | ||||
|       regex: '@facebook_.+:{{ matrix_mautrix_facebook_homeserver_domain }}' | ||||
|       regex: '@facebook_.+:{{ matrix_mautrix_facebook_homeserver_domain|regex_escape }}' | ||||
|   url: {{ matrix_mautrix_facebook_appservice_address }} | ||||
|   sender_localpart: facebookbot | ||||
|   rate_limited: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user