Update default room version to 11 in line with the specification.

This commit is contained in:
Catalan Lover 2025-06-09 16:08:20 +02:00 committed by Slavi Pantaleev
parent 7aca61c5dd
commit 5dcdf8e9e2

View File

@ -1562,7 +1562,7 @@ matrix_synapse_room_list_publication_rules:
room_id: "*"
action: allow
matrix_synapse_default_room_version: "10"
matrix_synapse_default_room_version: "11"
# Controls whether leaving a room will automatically forget it.
# The upstream default is `false`, but we try to make Synapse less wasteful of resources, so we do things differently.