mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Disable stores
This commit is contained in:
parent
1e03128e92
commit
b1e2a3ef19
@ -67,6 +67,7 @@ export class MjolnirAppService {
|
|||||||
onEvent: () => {throw new Error("Mjolnir uninitialized")},
|
onEvent: () => {throw new Error("Mjolnir uninitialized")},
|
||||||
},
|
},
|
||||||
suppressEcho: false,
|
suppressEcho: false,
|
||||||
|
disableStores: true,
|
||||||
});
|
});
|
||||||
await bridge.initialise();
|
await bridge.initialise();
|
||||||
const accessControlListId = await bridge.getBot().getClient().resolveRoom(config.accessControlList);
|
const accessControlListId = await bridge.getBot().getClient().resolveRoom(config.accessControlList);
|
||||||
|
Loading…
Reference in New Issue
Block a user