libQuotient
A Qt library for building matrix clients
|
#include <syncdata.h>
Public Attributes | |
QStringList | changed |
QStringList | left |
Information on e2e device updates. Note: only present on an incremental sync.
Definition at line 41 of file syncdata.h.
QStringList Quotient::DevicesList::changed |
List of users who have updated their device identity keys, or who now share an encrypted room with the client since the previous sync response.
Definition at line 45 of file syncdata.h.
QStringList Quotient::DevicesList::left |
List of users with whom we do not share any encrypted rooms any more since the previous sync response.
Definition at line 49 of file syncdata.h.