Move thread parsing & building to its own private function (#4222)

This commit is contained in:
pajlada
2022-12-07 20:13:59 +01:00
committed by GitHub
parent a16d148dfd
commit 9f008f86d2
2 changed files with 74 additions and 66 deletions
@@ -95,6 +95,9 @@ private:
void parseUsername() override;
void parseMessageID();
void parseRoomID();
// Parse & build thread information into the message
// Will read information from thread_ or from IRC tags
void parseThread();
void appendUsername();
void runIgnoreReplaces(std::vector<TwitchEmoteOccurrence> &twitchEmotes);