From 70403e67f60f26efb9aa0308d11516f2b79f93e2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 31 Aug 2021 11:45:24 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.js b/conf/config.js index 303ec19..b19b235 100644 --- a/conf/config.js +++ b/conf/config.js @@ -276,7 +276,7 @@ module.exports = { // their JSON configuration file. // // This value is set to `["sqlite", "text"]` by default. - messageStorage: ["sqlite"], + messageStorage: ["sqlite", "text"], // ### `useHexIp` //