summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-05-01 00:21:13 +0200
committerGitHub <noreply@github.com>2020-05-01 00:21:13 +0200
commit00c4d2629aadc38fb6cecb67922d12085988cfc9 (patch)
tree4462ebb39f7a5aa0626ed4f26ac292bd963e9de0 /src/timeline/TimelineModel.cpp
parentStrip reply fallback from plain text body (diff)
parentOptimize RoomList sorting (diff)
downloadnheko-00c4d2629aadc38fb6cecb67922d12085988cfc9.tar.xz
Merge pull request #188 from Nheko-Reborn/optimize-cpu-usage
Optimize cpu usage
Diffstat (limited to 'src/timeline/TimelineModel.cpp')
-rw-r--r--src/timeline/TimelineModel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp

index 97b95258..d68adf92 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp
@@ -173,9 +173,6 @@ TimelineModel::TimelineModel(TimelineViewManager *manager, QString room_id, QObj // mark our messages as read readEvent(event_id.toStdString()); - // ask to be notified for read receipts - cache::addPendingReceipt(room_id_, event_id); - emit dataChanged(index(idx, 0), index(idx, 0)); if (pending.size() > 0)