Skip to content

Commit

Permalink
Disable stores
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 19, 2024
1 parent 1e03128 commit b1e2a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appservice/AppService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class MjolnirAppService {
onEvent: () => {throw new Error("Mjolnir uninitialized")},
},
suppressEcho: false,
disableStores: true,
});
await bridge.initialise();
const accessControlListId = await bridge.getBot().getClient().resolveRoom(config.accessControlList);
Expand Down

0 comments on commit b1e2a3e

Please sign in to comment.