fix: disable saving messages by default

This commit is contained in:
hippoz 2021-10-03 21:11:51 +03:00
parent 50cc87b399
commit 93b5531b5d
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -20,7 +20,7 @@ module.exports = {
allowGatewayConnection: true, allowGatewayConnection: true,
// The policy below will make all messages sent over the gateway to be in plain text saved to the database. // 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. // This is experimental and dangerous, and, as such, should generally not be used.
allowSavingMessages: true, allowSavingMessages: false,
perUserMaxGatewayConnections: 4 perUserMaxGatewayConnections: 4
}, },
/* /*