Compare commits

...

1 Commits

Author SHA1 Message Date
Will Hunt 8e129bb9ca
Import Seshat from matrix-seshat 2020-05-05 18:58:02 +01:00
1 changed files with 1 additions and 1 deletions
electron_app/src

View File

@ -46,7 +46,7 @@ const afs = fs.promises;
let Seshat = null;
try {
Seshat = require('matrix-seshat');
Seshat = require('matrix-seshat').Seshat;
} catch (e) {
if (e.code === "MODULE_NOT_FOUND") {
console.log("Seshat isn't installed, event indexing is disabled.");