Allow default room version to be configured

This commit is contained in:
Aaron Raimist 2019-06-11 21:18:06 -05:00
parent e4068e55ee
commit 483bdd8c01
No known key found for this signature in database
GPG Key ID: 37419210002890EF
2 changed files with 3 additions and 1 deletions

View File

@ -286,3 +286,5 @@ matrix_synapse_room_list_publication_rules:
alias: "*" alias: "*"
room_id: "*" room_id: "*"
action: allow action: allow
matrix_synapse_default_room_version: "4"

View File

@ -82,7 +82,7 @@ use_presence: {{ matrix_synapse_use_presence|to_json }}
# For example, for room version 1, default_room_version should be set # For example, for room version 1, default_room_version should be set
# to "1". # to "1".
# #
#default_room_version: "4" default_room_version: "{{ matrix_synapse_default_room_version|to_json }}"
# The GC threshold parameters to pass to `gc.set_threshold`, if defined # The GC threshold parameters to pass to `gc.set_threshold`, if defined
# #