Skip to content

Commit

Permalink
Time to fail all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apa420 committed Jan 27, 2025
1 parent 0878cec commit 06399a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/messages/Message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ QJsonObject Message::toJson() const
{"loginName"_L1, this->loginName},
{"displayName"_L1, this->displayName},
{"localizedName"_L1, this->localizedName},
{"userID"_L1, this->userID},
{"timeoutUser"_L1, this->timeoutUser},
{"channelName"_L1, this->channelName},
{"usernameColor"_L1, this->usernameColor.name(QColor::HexArgb)},
Expand Down

0 comments on commit 06399a2

Please sign in to comment.