Merge pull request #2698 from etkecc/synapse-1840

update synapse 1.83.0 -> 1.84.0; set forget_rooms_on_leave = true
This commit is contained in:
Slavi Pantaleev 2023-05-23 18:22:23 +03:00 committed by GitHub
commit 389c29a088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
matrix_synapse_enabled: true
matrix_synapse_version: v1.83.0
matrix_synapse_version: v1.84.0
matrix_synapse_username: ''
matrix_synapse_uid: ''

View File

@ -141,6 +141,10 @@ allow_public_rooms_over_federation: {{ matrix_synapse_allow_public_rooms_over_fe
#
default_room_version: {{ matrix_synapse_default_room_version|to_json }}
# Set to true to automatically forget rooms for users when they leave them, either
# normally or via a kick or ban. Defaults to false.
forget_rooms_on_leave: true
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
#
#gc_thresholds: [700, 10, 10]