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, 3 insertions, 2 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h

index bbc1e5ef..aa94ffa7 100644 --- a/src/timeline/TimelineModel.h +++ b/src/timeline/TimelineModel.h
@@ -189,7 +189,7 @@ class TimelineModel : public QAbstractListModel public: explicit TimelineModel(TimelineViewManager *manager, - const QString &room_id, + QString room_id, QObject *parent = nullptr); enum Roles @@ -421,11 +421,12 @@ private: void setPaginationInProgress(const bool paginationInProgress); + QString room_id_; + QSet<QString> read; mutable EventStore events; - QString room_id_; QString currentId, currentReadId; QString reply_, edit_;