Parcourir la source

Update c10y default room version to match specification.

The official project rooms are on v12 and support has been stable enough for quite some releases now. Its also just plain old bad security practice to run v11 outside of closed federations.

The upstream docs are simply out of date on this one.
pull/5112/head
Catalan Lover il y a 2 mois
Parent
révision
2754cd1ae9
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 649BCCF930C07F70
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      roles/custom/matrix-continuwuity/defaults/main.yml

+ 2
- 2
roles/custom/matrix-continuwuity/defaults/main.yml Voir le fichier

@@ -200,8 +200,8 @@ matrix_continuwuity_config_allow_encryption: true
matrix_continuwuity_config_allow_room_creation: true matrix_continuwuity_config_allow_room_creation: true


# Controls the default room version continuwuity will create rooms with. # 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'
# Per spec, room version '12' is the default (According to spec release 1.18).
matrix_continuwuity_config_default_room_version: '12'


# List/vector of room IDs or room aliases that continuwuity will make # List/vector of room IDs or room aliases that continuwuity will make
# newly registered users join. The rooms specified must be rooms that you # newly registered users join. The rooms specified must be rooms that you


Chargement…
Annuler
Enregistrer