Fix misc CI issues
This commit is contained in:
parent
df1da1e18f
commit
c4ba832331
3 changed files with 3 additions and 7 deletions
|
|
@ -44,7 +44,7 @@ TimelineViewManager::setHistoryView(const QString &room_id)
|
|||
|
||||
auto room = models.find(room_id);
|
||||
if (room != models.end()) {
|
||||
timeline_ = room.value().get();
|
||||
timeline_ = room.value().data();
|
||||
timeline_->fetchHistory();
|
||||
emit activeTimelineChanged(timeline_);
|
||||
nhlog::ui()->info("Activated room {}", room_id.toStdString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue