From f1eb0bbac0fab61f0d497a60ec6640c97cbe5668 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 26 Nov 2017 22:30:14 +0200 Subject: Remove another /messages call (#139) --- src/TimelineView.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TimelineView.cc b/src/TimelineView.cc index 70b665fa..ed046fe1 100644 --- a/src/TimelineView.cc +++ b/src/TimelineView.cc @@ -370,8 +370,6 @@ TimelineView::addEvents(const Timeline &timeline) if (isInitialSync) { prev_batch_token_ = timeline.previousBatch(); isInitialSync = false; - - client_->messages(room_id_, prev_batch_token_); } // Exclude the top stretch. -- cgit v1.2.3