diff --git a/src/chatlog/chatwidget.cpp b/src/chatlog/chatwidget.cpp index 9d5077acc..7e47c539d 100644 --- a/src/chatlog/chatwidget.cpp +++ b/src/chatlog/chatwidget.cpp @@ -537,6 +537,8 @@ void ChatWidget::insertChatlines(std::map chatLines) auto idx = chatLine.first; auto const& l = chatLine.second; + chatLineStorage->insertChatMessage(idx, chatLog.at(idx).getTimestamp(), l); + #if (QT_VERSION >= QT_VERSION_CHECK(5, 15, 0)) auto date = chatLog.at(idx).getTimestamp().date().startOfDay(); #else