Add changelog entry for the forget_rooms_on_leave default change for Synapse

Related to:

- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2698
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2700
This commit is contained in:
Slavi Pantaleev
2023-05-25 09:14:09 +03:00
parent 196e13f8c8
commit c55371e305
3 changed files with 19 additions and 1 deletions

View File

@ -143,7 +143,7 @@ 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
forget_rooms_on_leave: {{ matrix_synapse_forget_rooms_on_leave | to_json }}
# The GC threshold parameters to pass to `gc.set_threshold`, if defined
#