Skip to content

Commit a1cbd54

Browse files
authored
Update Synapse default room version (6 -> 9)
From the [Synapse 1.43.0 release highlights](https://matrix.org/blog/2021/09/21/synapse-1-43-0-released): > Asks clients to prefer [room version 9](matrix-org/matrix-spec-proposals#3375) when creating restricted rooms ([#10772](matrix-org/synapse#10772)), via the API defined in [MSC3244: room version capabilities](matrix-org/matrix-spec-proposals#3244).
1 parent fb70915 commit a1cbd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/matrix-synapse/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ matrix_synapse_room_list_publication_rules:
561561
room_id: "*"
562562
action: allow
563563

564-
matrix_synapse_default_room_version: "6"
564+
matrix_synapse_default_room_version: "9"
565565

566566
# Controls the Synapse `spam_checker` setting.
567567
#

0 commit comments

Comments
 (0)