mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
Optimized fill of forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7716 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
959c0ebf5b
commit
1fff74656e
7 changed files with 289 additions and 291 deletions
|
@ -113,11 +113,11 @@ void GxsMessageFramePostWidget::updateDisplay(bool complete)
|
|||
return;
|
||||
}
|
||||
|
||||
bool updateGroup = false;
|
||||
if (mGroupId.isNull()) {
|
||||
return;
|
||||
}
|
||||
|
||||
bool updateGroup = false;
|
||||
const std::list<RsGxsGroupId> &grpIdsMeta = getGrpIdsMeta();
|
||||
if (std::find(grpIdsMeta.begin(), grpIdsMeta.end(), mGroupId) != grpIdsMeta.end()) {
|
||||
updateGroup = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue