mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
removed accidentally added line
This commit is contained in:
parent
14e8a2bf6c
commit
258851e572
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue