diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-26 02:22:58 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-26 02:22:58 +0200 |
commit | e4c8a555d6ae48621f6c2c697774fc5052c9e36a (patch) | |
tree | 37fa28808a8ec9968f6dd08964f0a633d574db06 /src | |
parent | Reload theme without restart (#137) (diff) | |
download | nheko-e4c8a555d6ae48621f6c2c697774fc5052c9e36a.tar.xz |
Don't backfill messages automatically (#139)
Diffstat (limited to 'src')
-rw-r--r-- | src/TimelineView.cc | 1 |
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 |