feat: add message storage and fetching api #21

Merged
hippoz merged 4 commits from message-history into master 2021-10-03 21:20:29 +03:00
Showing only changes of commit 93b5531b5d - Show all commits

View file

@ -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
},
/*