diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index 8ada95ba4..c15b5e5f8 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -729,7 +729,6 @@ void TwitchChannel::loadRecentMessages() .arg(getSettings()->twitchMessageHistoryLimit); NetworkRequest(url) - .concurrent() .onSuccess([weak = weakOf(this)](auto result) -> Outcome { auto shared = weak.lock(); if (!shared)