From 258851e5729508e7839702ed65ee0d900da00cea Mon Sep 17 00:00:00 2001 From: fourtf Date: Sun, 23 May 2021 11:24:08 +0200 Subject: [PATCH] removed accidentally added line --- src/providers/twitch/TwitchChannel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index 8ada95ba..c15b5e5f 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)