Information on E2E device updates.

Constructors

Accessors

Methods

Constructors

  • Create an empty DeviceLists.

    Parameters

    • Optionalchanged: null | UserId[]
    • Optionalleft: null | UserId[]

    Returns DeviceLists

Accessors

  • get 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.

    Returns UserId[]

  • get left(): UserId[]
  • List of users who no longer share encrypted rooms since the previous sync response.

    Returns UserId[]

Methods

  • Returns true if there are no device list updates.

    Returns boolean