mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
stop() ReportPoll in Mjolnir.stop()
This commit is contained in:
parent
f3ad0e5db4
commit
3c128bfeaf
@ -372,6 +372,7 @@ export class Mjolnir {
|
||||
LogService.info("Mjolnir", "Stopping Mjolnir...");
|
||||
this.client.stop();
|
||||
this.webapis.stop();
|
||||
this.reportPoll.stop();
|
||||
}
|
||||
|
||||
public async logMessage(level: LogLevel, module: string, message: string | any, additionalRoomIds: string[] | string | null = null, isRecursive = false): Promise<any> {
|
||||
|
Loading…
Reference in New Issue
Block a user