summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-08 22:18:51 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-08 22:22:33 +0200
commitd364c29c43dca128f516c5f7d4e925b27347f558 (patch)
treebb590665fc68091fcc62773cc4792d4f4684ea6b /src/timeline/TimelineModel.cpp
parentSomewhat reenable the adaptive layout (diff)
downloadnheko-d364c29c43dca128f516c5f7d4e925b27347f558.tar.xz
Implement switching in narrow mode
Diffstat (limited to '')
-rw-r--r--src/timeline/TimelineModel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp

index cd3febd5..f29f929e 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp
@@ -891,7 +891,6 @@ TimelineModel::updateLastMessage() time}; if (description != lastMessage_) { lastMessage_ = description; - emit manager_->updateRoomsLastMessage(room_id_, lastMessage_); emit lastMessageChanged(); } return; @@ -906,7 +905,6 @@ TimelineModel::updateLastMessage() QString::fromStdString(mtx::accessors::sender(*event)))); if (description != lastMessage_) { lastMessage_ = description; - emit manager_->updateRoomsLastMessage(room_id_, description); emit lastMessageChanged(); } return;