forked from hippoz/brainlet
fix: disable saving messages by default
This commit is contained in:
parent
50cc87b399
commit
93b5531b5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue