From e4641c7b111f3cb3dc3bfe7f3dac395b54fe1976 Mon Sep 17 00:00:00 2001 From: creme Date: Sun, 22 May 2022 18:51:17 +0200 Subject: [PATCH] update homeserver.yaml --- etc/matrix-synapse/homeserver.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/etc/matrix-synapse/homeserver.yaml b/etc/matrix-synapse/homeserver.yaml index 10c3d20..ebdbd63 100644 --- a/etc/matrix-synapse/homeserver.yaml +++ b/etc/matrix-synapse/homeserver.yaml @@ -66,12 +66,8 @@ modules: - "!tUPwPPmVTaiKXMiijj:matrix.org" # Public Servers Shared Banlist - "!RRGtWzzVKUJmDVRNnZ:aria-net.org" - # tchncs-ban-list - - "!hTMIYoLoENZQwslaHP:tchncs.de" # asragr-ban-list - "!YImXsibeOfGBYVaElT:asra.gr" - # banlist-spam - - "!eVqHGneqdbqBDmQwXs:systemtest.tk" #message_max_length: # Limit the characters in a message (event body) that a client can send in an event on this server. # By default there is no limit (beyond the the limit the spec enforces on event size). @@ -638,7 +634,7 @@ retention: # to these limits when running purge jobs. # allowed_lifetime_min: 30m - allowed_lifetime_max: 3y + allowed_lifetime_max: 10y # Server admins can define the settings of the background jobs purging the # events which lifetime has expired under the 'purge_jobs' section.