diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 14:25:04 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-07-01 14:25:04 +0200 |
commit | b9f0f012bd99143effd2527097dcead7240a4a47 (patch) | |
tree | 2c012a24e881532f4673818e70a63ad42763d42e | |
parent | 4b68522721ef043b6a3345c559a0f71a096ff217 (diff) | |
download | infrastructure-b9f0f012bd99143effd2527097dcead7240a4a47.tar.gz infrastructure-b9f0f012bd99143effd2527097dcead7240a4a47.zip |
Update synapse configuration
-rw-r--r-- | app/im/config/synapse/homeserver.yaml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/app/im/config/synapse/homeserver.yaml b/app/im/config/synapse/homeserver.yaml index d146dda..6482772 100644 --- a/app/im/config/synapse/homeserver.yaml +++ b/app/im/config/synapse/homeserver.yaml @@ -469,5 +469,20 @@ report_stats: false suppress_key_server_warning: true enable_group_creation: true -experimental_features: - spaces_enabled: true +#experimental_features: +# spaces_enabled: true + +presence: + enabled: false +limit_remote_rooms: + enabled: true + complexity: 3.0 + complexity_error: "Ce salon de discussion a trop d'activité, le serveur n'est pas assez puissant pour le rejoindre. N'hésitez pas à remonter l'information à l'équipe technique, nous pourrons ajuster la limitation au besoin." + admins_can_join: false +retention: + enabled: true + # no default policy for now, this is intended. + # DO NOT ADD ONE BECAUSE THIS IS DANGEROUS AND WILL DELETE CONTENT WE WANT TO KEEP! + purge_jobs: + - interval: 1d + |