mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 00:49:41 -05:00
added reload of grp meta on update
This commit is contained in:
parent
b2192957ef
commit
31356bab96
@ -1142,6 +1142,9 @@ void RsGenExchange::receiveChanges(std::vector<RsGxsNotify*>& changes)
|
||||
out.mGrps.splice(out.mGrps.end(), gc->mGrpIdList);
|
||||
}
|
||||
}
|
||||
else
|
||||
std::cerr << "(EE) Unknown changes type!!" << std::endl;
|
||||
|
||||
delete n;
|
||||
}
|
||||
changes.clear() ;
|
||||
|
@ -1184,6 +1184,7 @@ void IdDialog::updateDisplay(bool complete)
|
||||
requestIdList();
|
||||
requestIdDetails();
|
||||
requestRepList();
|
||||
requestCircleGroupMeta();
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user