summary refs log tree commit diff
path: root/src/timeline/TimelineModel.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-02-10 01:03:20 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-02-10 01:03:20 +0100
commitbdb6e6b79e9beeaabfbde99cd760de77247d11a4 (patch)
tree99978bd9bd0222606ea3a9ba74233bc18efb44d2 /src/timeline/TimelineModel.h
parentAdd edit shortcuts and fix some focus stuff (diff)
downloadnheko-bdb6e6b79e9beeaabfbde99cd760de77247d11a4.tar.xz
Fix stuck notifications because of edits
Does not fix the read status yet, for that we need to compare read
receipts for all events after the last visible event.
Diffstat (limited to '')
-rw-r--r--src/timeline/TimelineModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.h b/src/timeline/TimelineModel.h
index 0aec27a1..017b6589 100644
--- a/src/timeline/TimelineModel.h
+++ b/src/timeline/TimelineModel.h
@@ -329,7 +329,7 @@ private:
         bool decryptDescription     = true;
         bool m_paginationInProgress = false;
 
-        QString currentId;
+        QString currentId, currentReadId;
         QString reply_, edit_;
         std::vector<QString> typingUsers_;