![]() |
libQuotient
A Qt library for building matrix clients
|
Simple data structure representing a thread. More...
#include <thread.h>
Public Attributes | |
| QString | latestEventId |
| int | size = 0 |
| bool | localUserParticipated = {} |
Simple data structure representing a thread.
ThreadInfo objects are managed by ThreadInfos, which stores them keyed by thread root event ids. The thread root id is not stored in ThreadInfo itself to avoid redundancy.