mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
document ReportPoll.from
This commit is contained in:
parent
126791908d
commit
443b59c0a3
@ -21,6 +21,10 @@ import { LogLevel } from "matrix-bot-sdk";
|
||||
class InvalidStateError extends Error {}
|
||||
|
||||
export class ReportPoll {
|
||||
/*
|
||||
* https://matrix-org.github.io/synapse/latest/admin_api/event_reports.html
|
||||
* "from" is an opaque token that is returned from the API to paginate reports
|
||||
*/
|
||||
private from = 0;
|
||||
private timeout: ReturnType<typeof setTimeout> | null = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user