aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-07-01 14:25:04 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-07-01 14:25:04 +0200
commitb9f0f012bd99143effd2527097dcead7240a4a47 (patch)
tree2c012a24e881532f4673818e70a63ad42763d42e
parent4b68522721ef043b6a3345c559a0f71a096ff217 (diff)
downloadinfrastructure-b9f0f012bd99143effd2527097dcead7240a4a47.tar.gz
infrastructure-b9f0f012bd99143effd2527097dcead7240a4a47.zip
Update synapse configuration
-rw-r--r--app/im/config/synapse/homeserver.yaml19
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
+