mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
changes lost in rebase
This commit is contained in:
parent
bcf0f127d1
commit
69f991aa9d
@ -269,9 +269,7 @@ export class Mjolnir {
|
||||
// Setup join/leave listener
|
||||
this.roomJoins = new RoomMemberManager(this.client);
|
||||
this.taskQueue = new ThrottlingQueue(this, config.backgroundDelayMS);
|
||||
this.reportPoll = new ReportPoll(client, reportManager, async (_from: number) => {
|
||||
await client.setAccountData(REPORT_POLL_EVENT_TYPE, { from: _from });
|
||||
});
|
||||
this.reportPoller = new ReportPoller(this, reportManager);
|
||||
}
|
||||
|
||||
public get lists(): BanList[] {
|
||||
|
Loading…
Reference in New Issue
Block a user