diff options
author | ADRN <adrien@luxeylab.net> | 2024-09-12 18:06:20 +0200 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-09-12 18:06:20 +0200 |
commit | dabfbc981b46d3bac20622b51a56a7c6568b6718 (patch) | |
tree | a52b6fdc893cc4d1d8b8ba9942d63e4f42e4eb19 /cluster/prod/app/jitsi/config | |
parent | 8f4c78f39c9d5bdadaa8957ab0fc5b177d186dd3 (diff) | |
download | nixcfg-dabfbc981b46d3bac20622b51a56a7c6568b6718.tar.gz nixcfg-dabfbc981b46d3bac20622b51a56a7c6568b6718.zip |
remove notice message
Diffstat (limited to 'cluster/prod/app/jitsi/config')
-rw-r--r-- | cluster/prod/app/jitsi/config/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/jitsi/config/config.js b/cluster/prod/app/jitsi/config/config.js index 1a6b412..7535217 100644 --- a/cluster/prod/app/jitsi/config/config.js +++ b/cluster/prod/app/jitsi/config/config.js @@ -369,7 +369,7 @@ var config = { // Message to show the users. Example: 'The service will be down for // maintenance at 01:00 AM GMT, // 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", + // 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 |