Fix historical messages not triggering highlights
For now they only trigger the highlighting of the message, but not sound or flash alerts as I think that's weird. Fix #308
This commit is contained in:
@@ -48,7 +48,7 @@ private:
|
||||
void appendChannelName();
|
||||
void parseUsername();
|
||||
void appendUsername();
|
||||
void parseHighlights();
|
||||
void parseHighlights(bool isPastMsg);
|
||||
|
||||
void appendTwitchEmote(const Communi::IrcMessage *ircMessage, const QString &emote,
|
||||
std::vector<std::pair<long, EmoteData>> &vec);
|
||||
|
||||
Reference in New Issue
Block a user