mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-13 08:35:45 -04:00
added reload of grp meta on update
This commit is contained in:
parent
b2192957ef
commit
31356bab96
2 changed files with 4 additions and 0 deletions
|
@ -1142,6 +1142,9 @@ void RsGenExchange::receiveChanges(std::vector<RsGxsNotify*>& changes)
|
||||||
out.mGrps.splice(out.mGrps.end(), gc->mGrpIdList);
|
out.mGrps.splice(out.mGrps.end(), gc->mGrpIdList);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
std::cerr << "(EE) Unknown changes type!!" << std::endl;
|
||||||
|
|
||||||
delete n;
|
delete n;
|
||||||
}
|
}
|
||||||
changes.clear() ;
|
changes.clear() ;
|
||||||
|
|
|
@ -1184,6 +1184,7 @@ void IdDialog::updateDisplay(bool complete)
|
||||||
requestIdList();
|
requestIdList();
|
||||||
requestIdDetails();
|
requestIdDetails();
|
||||||
requestRepList();
|
requestRepList();
|
||||||
|
requestCircleGroupMeta();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue