summary refs log tree commit diff
path: root/src/timeline/TimelineModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/TimelineModel.h')
-rw-r--r--src/timeline/TimelineModel.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h

index 0b181583..bb84bcd8 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h
@@ -89,8 +89,6 @@ enum EventState Sent, //! When the message is loaded from cache or backfill. Empty, - //! When the message failed to send - Failed, }; Q_ENUM_NS(EventState) } @@ -262,7 +260,7 @@ private: void readEvent(const std::string &id); QHash<QString, mtx::events::collections::TimelineEvents> events; - QSet<QString> failed, read; + QSet<QString> read; QList<QString> pending; std::vector<QString> eventOrder; @@ -271,7 +269,6 @@ private: bool isInitialSync = true; bool paginationInProgress = false; - bool isProcessingPending = false; QString currentId; QString reply_;