fix: request more historical messages on wake (#5018)

This commit is contained in:
iProdigy
2023-12-16 06:38:35 -06:00
committed by GitHub
parent 5f8c4c6b66
commit e75ce5db54
8 changed files with 48 additions and 19 deletions
+1
View File
@@ -220,6 +220,7 @@ void TwitchIrcServer::readConnectionMessageReceived(
{
this->addGlobalSystemMessage(
"Twitch Servers requested us to reconnect, reconnecting");
this->markChannelsConnected();
this->connect();
}
else if (command == "GLOBALUSERSTATE")