mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	bridge-mautrix-telegram: add option for creating non-federated rooms
This commit is contained in:
		| @@ -40,6 +40,10 @@ matrix_mautrix_telegram_appservice_public_external: 'https://{{ matrix_server_fq | ||||
|  | ||||
| matrix_mautrix_telegram_appservice_bot_username: telegrambot | ||||
|  | ||||
| # Whether or not created rooms should have federation enabled. | ||||
| # If false, created portal rooms will never be federated. | ||||
| matrix_mautrix_telegram_federate_rooms: true | ||||
|  | ||||
| # Controls whether the matrix-mautrix-telegram container exposes its HTTP port (tcp/8080 in the container). | ||||
| # | ||||
| # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9006"), or empty string to not expose. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user