Options
All
  • Public
  • Public/Protected
  • All
Menu

Information on E2E device updates.

Hierarchy

  • DeviceLists

Index

Constructors

Properties

Methods

Constructors

  • Create an empty DeviceLists.

    changed and left must be an array of UserId.

    Items inside changed and left will be invalidated by this method. Be careful not to use the UserIds after this method has been called.

    Parameters

    Returns DeviceLists

Properties

changed: UserId[]

List of users who have updated their device identity keys or who now share an encrypted room with the client since the previous sync

left: UserId[]

List of users who no longer share encrypted rooms since the previous sync response.

Methods

  • free(): void
  • Returns void

  • isEmpty(): boolean
  • Returns true if there are no device list updates.

    Returns boolean

Generated using TypeDoc