Respect follower emotes context, making them only available in their owner channels (#2951)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -40,7 +40,7 @@ void IvrApi::getBulkEmoteSets(QString emoteSetList,
|
||||
QUrlQuery urlQuery;
|
||||
urlQuery.addQueryItem("set_id", emoteSetList);
|
||||
|
||||
this->makeRequest("twitch/emoteset", urlQuery)
|
||||
this->makeRequest("v2/twitch/emotes/sets", urlQuery)
|
||||
.onSuccess([successCallback, failureCallback](auto result) -> Outcome {
|
||||
auto root = result.parseJsonArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user