mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
document Mjolnir.reportPoll
This commit is contained in:
parent
abd305cc93
commit
e0ed4fb77e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user