mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-08 15:24:36 +03:00
feat(c10y): allow configuring default room version
This commit is contained in:
@@ -199,6 +199,10 @@ matrix_continuwuity_config_allow_encryption: true
|
||||
# Appservices and admins are always allowed to create new rooms.
|
||||
matrix_continuwuity_config_allow_room_creation: true
|
||||
|
||||
# Controls the default room version continuwuity will create rooms with.
|
||||
# Per spec, room version '11' is the default.
|
||||
matrix_continuwuity_config_default_room_version: '11'
|
||||
|
||||
# List/vector of room IDs or room aliases that continuwuity will make
|
||||
# newly registered users join. The rooms specified must be rooms that you
|
||||
# have joined at least once on the server, and must be public.
|
||||
|
||||
Reference in New Issue
Block a user