Maintains a queue of outgoing to-device messages, sending them as soon as the homeserver is reachable.

Constructors

Properties

client: MatrixClient
retryAttempts: number = 0
retryTimeout: null | number = null
running: boolean = true
sending: boolean = false

Methods

  • Listen to sync state changes and automatically resend any pending events once syncing is resumed

    Parameters

    Returns void

Generated using TypeDoc