fix: don't spam debug output about 7TV CreateEmoteSet (#5700)

This commit is contained in:
pajlada 2024-11-06 15:07:33 +01:00 committed by GitHub
parent f3a5f81fa0
commit 5b1ce32a4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,6 +237,10 @@ void SeventvEventAPI::handleDispatch(const Dispatch &dispatch)
// unhandled (not clear what we'd do here yet) // unhandled (not clear what we'd do here yet)
} }
break; break;
case SubscriptionType::CreateEmoteSet: {
// unhandled (c2 does not support custom emote sets)
}
break;
default: { default: {
qCDebug(chatterinoSeventvEventAPI) qCDebug(chatterinoSeventvEventAPI)
<< "Unknown subscription type:" << "Unknown subscription type:"