mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Merge pull request #1021 from TETYYS/nightly
Change to new character to make duplicate message error bypass work again
This commit is contained in:
commit
321d86de2c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ TwitchChannel::TwitchChannel(const QString &name,
|
|||
|
||||
// --
|
||||
this->messageSuffix_.append(' ');
|
||||
this->messageSuffix_.append(QChar(0x206D));
|
||||
this->messageSuffix_.append(""); // E0000
|
||||
|
||||
// debugging
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue