fixed a few bugs

This commit is contained in:
csoler 2020-03-21 17:44:58 +01:00
parent b8ec91aac5
commit 05afc40804
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 19 additions and 5 deletions

View file

@ -951,7 +951,9 @@ void GxsGroupFrameDialog::insertGroupsData(const std::list<RsGxsGenericGroupData
subList.push_back(groupItemInfo); /* subscribed group */
}
else
{
popMap.insert(std::make_pair(g->mMeta.mLastPost, groupItemInfo)); /* rate the others by time of last post */
}
}
/* iterate backwards through popMap - take the top 5 or 10% of list */