Skip to content

Commit c38c606

Browse files
committed
Synapse v1.135.1 - switch to room version v12 by default
1 parent d3fcd7a commit c38c606

File tree

1 file changed

+2
-2
lines changed
  • roles/custom/matrix-synapse/defaults

1 file changed

+2
-2
lines changed

roles/custom/matrix-synapse/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ matrix_synapse_enabled: true
1616
matrix_synapse_github_org_and_repo: element-hq/synapse
1717

1818
# renovate: datasource=docker depName=ghcr.io/element-hq/synapse
19-
matrix_synapse_version: v1.135.0
19+
matrix_synapse_version: v1.135.1
2020

2121
matrix_synapse_username: ''
2222
matrix_synapse_uid: ''
@@ -1568,7 +1568,7 @@ matrix_synapse_room_list_publication_rules:
15681568
room_id: "*"
15691569
action: allow
15701570

1571-
matrix_synapse_default_room_version: "11"
1571+
matrix_synapse_default_room_version: "12"
15721572

15731573
# Controls whether leaving a room will automatically forget it.
15741574
# The upstream default is `false`, but we try to make Synapse less wasteful of resources, so we do things differently.

0 commit comments

Comments
 (0)