From 93b5531b5d819b0abc708e9fa0e708147080cb81 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sun, 3 Oct 2021 21:11:51 +0300 Subject: [PATCH] fix: disable saving messages by default --- brainlet/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brainlet/config.js b/brainlet/config.js index df0cb3d..ed4754a 100755 --- a/brainlet/config.js +++ b/brainlet/config.js @@ -20,7 +20,7 @@ module.exports = { allowGatewayConnection: true, // The policy below will make all messages sent over the gateway to be in plain text saved to the database. // This is experimental and dangerous, and, as such, should generally not be used. - allowSavingMessages: true, + allowSavingMessages: false, perUserMaxGatewayConnections: 4 }, /*