summary refs log tree commit diff
path: root/src/TimelineView.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-26 02:22:58 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-26 02:22:58 +0200
commite4c8a555d6ae48621f6c2c697774fc5052c9e36a (patch)
tree37fa28808a8ec9968f6dd08964f0a633d574db06 /src/TimelineView.cc
parentReload theme without restart (#137) (diff)
downloadnheko-e4c8a555d6ae48621f6c2c697774fc5052c9e36a.tar.xz
Don't backfill messages automatically (#139)
Diffstat (limited to '')
-rw-r--r--src/TimelineView.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/TimelineView.cc b/src/TimelineView.cc
index 64b68a1e..70b665fa 100644
--- a/src/TimelineView.cc
+++ b/src/TimelineView.cc
@@ -65,7 +65,6 @@ TimelineView::TimelineView(QSharedPointer<MatrixClient> client,
   , client_{client}
 {
         init();
-        client_->messages(room_id_, "");
 }
 
 void