fix: request more historical messages on wake (#5018)
This commit is contained in:
@@ -220,6 +220,7 @@ void TwitchIrcServer::readConnectionMessageReceived(
|
||||
{
|
||||
this->addGlobalSystemMessage(
|
||||
"Twitch Servers requested us to reconnect, reconnecting");
|
||||
this->markChannelsConnected();
|
||||
this->connect();
|
||||
}
|
||||
else if (command == "GLOBALUSERSTATE")
|
||||
|
||||
Reference in New Issue
Block a user