alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
314 stars 60 forks source link

Double join chat quick fix #146

Closed rakslice closed 7 years ago

rakslice commented 7 years ago

The request NetworkManager::testConnection() was doing is not present in the v5 API and results in an error; as a quick fix I changed it to do a different request that succeeds when the network is up. I also removed an unused incorrectly-typed QML signal handler.