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

Load last content from all rooms

fixes #175
parent 5e0fbe87
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ TimelineView::TimelineView(QSharedPointer<MatrixClient> client,
, client_{client}
{
init();
client_->messages(room_id_, "");
}
void
......
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