Chatters from recent-messages are now tab-completable (#5116)

This commit is contained in:
nerix
2024-01-21 11:57:14 +01:00
committed by GitHub
parent 84a61fdad2
commit 075a7c5af0
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1214,6 +1214,8 @@ void TwitchChannel::loadRecentMessages()
{
msgs.push_back(msg);
}
tc->addRecentChatter(msg->displayName);
}
getApp()->twitch->mentionsChannel->fillInMissingMessages(msgs);