Added system message on new date (#2748)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
apa420
2021-05-09 18:44:57 +02:00
committed by GitHub
parent dcd65b5978
commit d59bb805bb
5 changed files with 33 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@ namespace chatterino {
//
Channel::Channel(const QString &name, Type type)
: completionModel(*this)
, lastDate_(QDate::currentDate())
, name_(name)
, type_(type)
{