Allow default room version to be configured
This commit is contained in:
parent
e4068e55ee
commit
483bdd8c01
@ -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"
|
||||||
|
@ -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
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user