Fixed channels not being set as offline (#3767)

This commit is contained in:
Kasia
2022-05-28 20:10:10 +02:00
committed by GitHub
parent 57f92f5eaa
commit 74ec310228
6 changed files with 92 additions and 53 deletions
@@ -191,6 +191,9 @@ void NotificationController::fetchFakeChannels()
// we done fucked up.
qCWarning(chatterinoNotification)
<< "Failed to fetch live status for " << batch;
},
[]() {
// finally
});
}
}