summary refs log tree commit diff
path: root/src/TimelineViewManager.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-28 14:56:45 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-28 14:56:45 +0300
commitc9d03b793b32f794cf222f0cfdb4d06ed801ce50 (patch)
treedfc134d7696cd43ac1196ce8f84c0aca61227d2c /src/TimelineViewManager.cc
parentRename History to Timeline (diff)
downloadnheko-c9d03b793b32f794cf222f0cfdb4d06ed801ce50.tar.xz
Add initial support for inline images
Diffstat (limited to 'src/TimelineViewManager.cc')
-rw-r--r--src/TimelineViewManager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimelineViewManager.cc b/src/TimelineViewManager.cc

index 3783b250..ddb142d3 100644 --- a/src/TimelineViewManager.cc +++ b/src/TimelineViewManager.cc
@@ -81,7 +81,7 @@ void TimelineViewManager::initialize(const Rooms &rooms) auto events = it.value().timeline().events(); // Create a history view with the room events. - TimelineView *view = new TimelineView(events); + TimelineView *view = new TimelineView(events, client_); views_.insert(it.key(), view); // Add the view in the widget stack.