|
|
|
@@ -1179,7 +1179,7 @@ push: |
|
|
|
# |
|
|
|
#enable_room_list_search: false |
|
|
|
|
|
|
|
enable_room_list_search: {{ matrix_enable_room_list_search|to_json }} |
|
|
|
enable_room_list_search: {{ matrix_synapse_enable_room_list_search|to_json }} |
|
|
|
|
|
|
|
# The `alias_creation` option controls who's allowed to create aliases |
|
|
|
# on this server. |
|
|
|
@@ -1209,7 +1209,7 @@ enable_room_list_search: {{ matrix_enable_room_list_search|to_json }} |
|
|
|
# room_id: "*" |
|
|
|
# action: allow |
|
|
|
|
|
|
|
alias_creation_rules: {{ matrix_alias_creation_rules|to_json }} |
|
|
|
alias_creation_rules: {{ matrix_synapse_alias_creation_rules|to_json }} |
|
|
|
|
|
|
|
# The `room_list_publication_rules` option controls who can publish and |
|
|
|
# which rooms can be published in the public room list. |
|
|
|
@@ -1240,4 +1240,4 @@ alias_creation_rules: {{ matrix_alias_creation_rules|to_json }} |
|
|
|
# room_id: "*" |
|
|
|
# action: allow |
|
|
|
|
|
|
|
room_list_publication_rules: {{ matrix_room_list_publication_rules|to_json }} |
|
|
|
room_list_publication_rules: {{ matrix_synapse_room_list_publication_rules|to_json }} |