Skip to content
Snippets Groups Projects
Commit f1eb0bba authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Remove another /messages call (#139)

parent c4412e8b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment