Skip to content
Extraits de code Groupes Projets
Valider 07d638c1 rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Add roomStore back, because we still use it for migrations

parent bd5bc543
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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,
});
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter