Просмотр исходного кода

feat(c10y): allow configuring default room version

pull/5112/head
ezera 1 месяц назад
committed by Slavi Pantaleev
Родитель
Сommit
2429fea517
2 измененных файлов: 5 добавлений и 1 удалений
  1. +4
    -0
      roles/custom/matrix-continuwuity/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2

+ 4
- 0
roles/custom/matrix-continuwuity/defaults/main.yml Просмотреть файл

@@ -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.


+ 1
- 1
roles/custom/matrix-continuwuity/templates/continuwuity.toml.j2 Просмотреть файл

@@ -608,7 +608,7 @@ allow_room_creation = {{ matrix_continuwuity_config_allow_room_creation | to_jso
#
# Per spec, room version "11" is the default.
#
#default_room_version = "11"
default_room_version = {{ matrix_continuwuity_config_default_room_version | to_json }}

# Enable OpenTelemetry OTLP tracing export. This replaces the deprecated
# Jaeger exporter. Traces will be sent via OTLP to a collector (such as


Загрузка…
Отмена
Сохранить