File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ matrix_synapse_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_cont
1515# amd64 gets released first.
1616# arm32 relies on self-building, so the same version can be built immediately.
1717# arm64 users need to wait for a prebuilt image to become available.
18- matrix_synapse_version : v1.49.2
19- matrix_synapse_version_arm64 : v1.49.2
18+ matrix_synapse_version : v1.50.0
19+ matrix_synapse_version_arm64 : v1.50.0
2020matrix_synapse_docker_image_tag : " {{ matrix_synapse_version if matrix_architecture in ['arm32', 'amd64'] else matrix_synapse_version_arm64 }}"
2121matrix_synapse_docker_image_force_pull : " {{ matrix_synapse_docker_image.endswith(':latest') }}"
2222
Original file line number Diff line number Diff line change 1212
1313# Server admins can expand Synapse's functionality with external modules.
1414#
15- # See https://matrix-org.github.io/synapse/develop /modules.html for more
15+ # See https://matrix-org.github.io/synapse/latest /modules/index .html for more
1616# documentation on how to configure or create custom modules for Synapse.
1717#
1818modules :
@@ -1519,6 +1519,7 @@ room_prejoin_state:
15191519 # - m.room.encryption
15201520 # - m.room.name
15211521 # - m.room.create
1522+ # - m.room.topic
15221523 #
15231524 # Uncomment the following to disable these defaults (so that only the event
15241525 # types listed in 'additional_event_types' are shared). Defaults to 'false'.
You can’t perform that action at this time.
0 commit comments