mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fixes #240
This commit is contained in:
parent
e1ff4c818e
commit
873eeec545
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ void TwitchMessageBuilder::parseUsername()
|
|||
void TwitchMessageBuilder::appendUsername()
|
||||
{
|
||||
QString username = this->userName;
|
||||
this->message->loginName = username;
|
||||
QString localizedName;
|
||||
|
||||
auto iterator = this->tags.find("display-name");
|
||||
|
|
Loading…
Reference in a new issue