This commit is contained in:
RipleyTom 2024-01-05 09:43:26 +01:00 committed by GitHub
parent bc141831f7
commit b6e9746198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 2254 additions and 1770 deletions

View file

@ -82,7 +82,7 @@ bool sendmessage_dialog_frame::Exec(message_data& msg_data, std::set<std::string
for (const auto& fr : data.friends)
{
// Only add online friends to the list
if (fr.second.first)
if (fr.second.online)
{
add_friend(m_lst_friends, QString::fromStdString(fr.first));
}