diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index d3ec2f702..57e22600e 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -665,7 +665,6 @@ void TwitchChannel::loadRecentMessages() } NetworkRequest(Env::get().recentMessagesApiUrl.arg(this->getName())) - .concurrent() .onSuccess([weak = weakOf(this)](auto result) -> Outcome { auto shared = weak.lock(); if (!shared)