chore: remove bad event api init comments (#6212)

we no longer ignore the connections
This commit is contained in:
pajlada
2025-05-17 12:02:31 +02:00
committed by GitHub
parent aea6725521
commit 85866dc7a3
-4
View File
@@ -837,8 +837,6 @@ void TwitchIrcServer::initEventAPIs(BttvLiveUpdates *bttvLiveUpdates,
if (bttvLiveUpdates != nullptr)
{
// We can safely ignore these signal connections since the twitch object will always
// be destroyed before the Application
this->signalHolder.managedConnect(
bttvLiveUpdates->signals_.emoteAdded, [&](const auto &data) {
auto chan = this->getChannelOrEmptyByID(data.channelID);
@@ -886,8 +884,6 @@ void TwitchIrcServer::initEventAPIs(BttvLiveUpdates *bttvLiveUpdates,
if (seventvEventAPI != nullptr)
{
// We can safely ignore these signal connections since the twitch object will always
// be destroyed before the Application
this->signalHolder.managedConnect(
seventvEventAPI->signals_.emoteAdded, [this](const auto &data) {
postToThread([this, data] {