From aaf95aa1105ee0a3e7f83b39a98ebe460c17366b Mon Sep 17 00:00:00 2001 From: ADRN Date: Sun, 10 Mar 2024 20:39:41 +0100 Subject: [PATCH] added notice message on Jitsi about our monitoring --- cluster/prod/app/jitsi/config/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/prod/app/jitsi/config/config.js b/cluster/prod/app/jitsi/config/config.js index 9464f37..1a6b412 100644 --- a/cluster/prod/app/jitsi/config/config.js +++ b/cluster/prod/app/jitsi/config/config.js @@ -368,7 +368,8 @@ var config = { // Message to show the users. Example: 'The service will be down for // maintenance at 01:00 AM GMT, - // noticeMessage: '', + // Does only support plaintext. No line skip. + noticeMessage: "Suite à une utilisation contraire à nos CGU, Deuxfleurs surveille activement cette instance Jitsi et enverra tout contenu illégal à la police. Pour toute question, commentaire ou suggestion, contactez moderation@deuxfleurs.fr . Following usage breaching our TOS, Deuxfleurs actively monitors this Jitsi instance and will send any illegal behavior to the Police. For any question, remark or suggestion, reach moderation@deuxfleurs.fr", // Enables calendar integration, depends on googleApiApplicationClientID // and microsoftApiApplicationClientID