Store serverReceivedTime in messages (#3735)

Co-authored-by: James Upjohn <jammehcow@jammehcow.co.nz>
This commit is contained in:
pajlada
2022-05-15 08:08:28 +02:00
committed by GitHub
parent 1bf31889f9
commit 3119a9bab3
6 changed files with 17 additions and 16 deletions
+1
View File
@@ -63,6 +63,7 @@ struct Message : boost::noncopyable {
QString timeoutUser;
QString channelName;
QColor usernameColor;
QDateTime serverReceivedTime;
std::vector<Badge> badges;
std::map<QString, QString> badgeInfos;
std::shared_ptr<QColor> highlightColor;