Chatters from recent-messages are now tab-completable (#5116)
This commit is contained in:
@@ -1214,6 +1214,8 @@ void TwitchChannel::loadRecentMessages()
|
||||
{
|
||||
msgs.push_back(msg);
|
||||
}
|
||||
|
||||
tc->addRecentChatter(msg->displayName);
|
||||
}
|
||||
|
||||
getApp()->twitch->mentionsChannel->fillInMissingMessages(msgs);
|
||||
|
||||
Reference in New Issue
Block a user