From 07d638c180b3f1a206ca1173f17dd12094f23772 Mon Sep 17 00:00:00 2001 From: Will Hunt <will@half-shot.uk> Date: Sat, 9 Feb 2019 15:06:19 +0000 Subject: [PATCH] Add roomStore back, because we still use it for migrations --- src/discordas.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/discordas.ts b/src/discordas.ts index a406284..7edb621 100644 --- a/src/discordas.ts +++ b/src/discordas.ts @@ -139,6 +139,8 @@ async function run(port: number, fileConfig: DiscordBridgeConfig) { type: "per_room", }, registration, + // These must be kept for a while yet since we use them for migrations. + roomStore: config.database.roomStorePath, userStore: config.database.userStorePath, }); -- GitLab