Don't backfill messages automatically (#139)

This commit is contained in:
Konstantinos Sideris 2017-11-26 02:22:58 +02:00
parent 0dad256743
commit e4c8a555d6
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ TimelineView::TimelineView(QSharedPointer<MatrixClient> client,
, client_{client}
{
init();
client_->messages(room_id_, "");
}
void