~xenrox/ansible

cbe63a2480abb9f03d3d6ea7b36c61b1069d5788 — Thorben Günther 1 year, 10 months ago b72f1f4
matrix: Update config

1.61.0 release.
1 files changed, 15 insertions(+), 10 deletions(-)

M roles/matrix/templates/homeserver.yaml.j2
M roles/matrix/templates/homeserver.yaml.j2 => roles/matrix/templates/homeserver.yaml.j2 +15 -10
@@ 364,6 364,13 @@ manhole_settings:
#
#dummy_events_threshold: 5

# An optional duration. If set, Synapse will run a daily background task to log out and
# delete any device that hasn't been accessed for more than the specified amount of time.
#
# Defaults to no duration, which means devices are never pruned.
#
delete_stale_devices_after: 1y


## Homeserver blocking ##



@@ 1043,6 1050,14 @@ media_store_path: "/var/lib/synapse/media_store"
#    height: 600
#    method: scale

# Controls whether local media and entries in the remote media cache
# (media that is downloaded from other homeservers) should be removed
# under certain conditions, typically for the purpose of saving space.
#
media_retention:
  local_media_lifetime: 30d
  remote_media_lifetime: 30d

# Is the preview URL API enabled?
#
# 'false' by default: uncomment the following to enable it (and specify a


@@ 2523,16 2538,6 @@ push:
#        "events_default": 1


# Uncomment to allow non-server-admin users to create groups on this server
#
#enable_group_creation: true

# If enabled, non server admins can only create groups with local parts
# starting with this prefix
#
#group_creation_prefix: "unofficial_"



# User Directory configuration
#