mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix Send Duplicate Messages not working
This commit is contained in:
parent
45dfb151a2
commit
e169d37bae
|
@ -105,6 +105,7 @@ void TwitchChannel::sendMessage(const QString &message)
|
||||||
|
|
||||||
this->lastSentMessage = "";
|
this->lastSentMessage = "";
|
||||||
}
|
}
|
||||||
|
this->lastSentMessage = parsedMessage;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->sendMessageSignal.invoke(this->name, parsedMessage);
|
this->sendMessageSignal.invoke(this->name, parsedMessage);
|
||||||
|
|
Loading…
Reference in a new issue