From 85866dc7a33ac91911a45340c520696eadb1ddee Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 17 May 2025 12:02:31 +0200 Subject: [PATCH] chore: remove bad event api init comments (#6212) we no longer ignore the connections --- src/providers/twitch/TwitchIrcServer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/providers/twitch/TwitchIrcServer.cpp b/src/providers/twitch/TwitchIrcServer.cpp index ac6ddfb5..7eca81f9 100644 --- a/src/providers/twitch/TwitchIrcServer.cpp +++ b/src/providers/twitch/TwitchIrcServer.cpp @@ -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] {