Only listen to new pubsub "moderator added" syntax (#1659)

This commit is contained in:
pajlada
2020-05-03 06:21:00 -04:00
committed by GitHub
parent 7719816891
commit ef9c631c65
3 changed files with 29 additions and 22 deletions
+1
View File
@@ -16,6 +16,7 @@ const rapidjson::Value &getMsgID(const rapidjson::Value &data);
bool getCreatedByUser(const rapidjson::Value &data, ActionUser &user);
bool getTargetUser(const rapidjson::Value &data, ActionUser &user);
bool getTargetUserName(const rapidjson::Value &data, ActionUser &user);
rapidjson::Document createListenMessage(const std::vector<QString> &topicsVec,
std::shared_ptr<TwitchAccount> account);