libQuotient
A Qt library for building matrix clients
Loading...
Searching...
No Matches
Quotient::ThreadInfo Struct Reference

Simple data structure representing a thread. More...

#include <thread.h>

Public Attributes

QString latestEventId
 
int size = 0
 
bool localUserParticipated = {}
 

Detailed Description

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.

See also
ThreadInfos

Definition at line 19 of file thread.h.

Member Data Documentation

◆ latestEventId

QString Quotient::ThreadInfo::latestEventId

Definition at line 20 of file thread.h.

◆ localUserParticipated

bool Quotient::ThreadInfo::localUserParticipated = {}

Definition at line 22 of file thread.h.

◆ size

int Quotient::ThreadInfo::size = 0

Definition at line 21 of file thread.h.


The documentation for this struct was generated from the following file: