removed accidentally added line
This commit is contained in:
@@ -729,7 +729,6 @@ void TwitchChannel::loadRecentMessages()
|
|||||||
.arg(getSettings()->twitchMessageHistoryLimit);
|
.arg(getSettings()->twitchMessageHistoryLimit);
|
||||||
|
|
||||||
NetworkRequest(url)
|
NetworkRequest(url)
|
||||||
.concurrent()
|
|
||||||
.onSuccess([weak = weakOf<Channel>(this)](auto result) -> Outcome {
|
.onSuccess([weak = weakOf<Channel>(this)](auto result) -> Outcome {
|
||||||
auto shared = weak.lock();
|
auto shared = weak.lock();
|
||||||
if (!shared)
|
if (!shared)
|
||||||
|
|||||||
Reference in New Issue
Block a user