diff --git a/src/widget/form/genericchatform.cpp b/src/widget/form/genericchatform.cpp index c9901e6c1..4d873eb73 100644 --- a/src/widget/form/genericchatform.cpp +++ b/src/widget/form/genericchatform.cpp @@ -315,6 +315,9 @@ ChatMessage::Ptr GenericChatForm::addMessage(const ToxId& author, const QString bool authorIsActiveProfile = author.isSelf(); QString authorStr = authorIsActiveProfile ? Core::getInstance()->getUsername() : resolveToxId(author); + if (getLatestDate() != QDate::currentDate()) + addSystemInfoMessage(QDate::currentDate().toString(Settings::getInstance().getDateFormat()), ChatMessage::INFO, QDateTime()); + ChatMessage::Ptr msg; if (isAction) {