summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-30 18:16:11 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-30 18:16:11 +0200
commitf7003ddeb53a993103c7d6ee53f655c28fff2724 (patch)
treeaff603b84d600b17f86c7863cc38159439f49185 /src
parentUse `toMSecsSinceEpoch` to be compatible with qt < 5.8 (diff)
downloadnheko-f7003ddeb53a993103c7d6ee53f655c28fff2724.tar.xz
Load last content from all rooms
fixes #175
Diffstat (limited to 'src')
-rw-r--r--src/timeline/TimelineView.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/TimelineView.cc b/src/timeline/TimelineView.cc

index a6200ca8..64505d42 100644 --- a/src/timeline/TimelineView.cc +++ b/src/timeline/TimelineView.cc
@@ -49,6 +49,7 @@ TimelineView::TimelineView(QSharedPointer<MatrixClient> client, , client_{client} { init(); + client_->messages(room_id_, ""); } void