mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
rebase caused duplicate ReportPoller
This commit is contained in:
parent
122789ea5b
commit
8df1fbc911
@ -269,7 +269,6 @@ export class Mjolnir {
|
||||
// Setup join/leave listener
|
||||
this.roomJoins = new RoomMemberManager(this.client);
|
||||
this.taskQueue = new ThrottlingQueue(this, config.backgroundDelayMS);
|
||||
this.reportPoller = new ReportPoller(this, reportManager);
|
||||
}
|
||||
|
||||
public get lists(): BanList[] {
|
||||
|
Loading…
Reference in New Issue
Block a user