mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
Removed meta update filter for updateGroup, all meta changes now allowed.
- be careful not tested git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7124 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b785132cbe
commit
a31f39c4bd
4 changed files with 8 additions and 26 deletions
|
@ -636,10 +636,10 @@ bool p3IdService::updateGroup(uint32_t& token, RsGxsIdGroup &group)
|
|||
std::cerr << "p3IdService::updateGroup() Updating RsGxsId: " << id;
|
||||
std::cerr << std::endl;
|
||||
|
||||
//RsGenExchange::updateGroup(token, item);
|
||||
RsGenExchange::updateGroup(token, item);
|
||||
|
||||
RsGxsGroupUpdateMeta updateMeta(id);
|
||||
RsGenExchange::updateGroup(token, updateMeta, item);
|
||||
//RsGxsGroupUpdateMeta updateMeta(id);
|
||||
//RsGenExchange::updateGroup(token, updateMeta, item);
|
||||
|
||||
// if its in the cache - clear it.
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue