document Mjolnir.reportPoll

This commit is contained in:
jesopo 2022-05-09 13:30:43 +00:00
parent abd305cc93
commit e0ed4fb77e

View File

@ -99,6 +99,9 @@ export class Mjolnir {
private webapis: WebAPIs;
private protectedRoomActivityTracker: ProtectedRoomActivityTracker;
public taskQueue: ThrottlingQueue;
/*
* Config-enabled polling of reports in Synapse, so Mjolnir can react to reports
*/
private reportPoll: ReportPoll | undefined;
/**
* Adds a listener to the client that will automatically accept invitations.