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:
chrisparker126 2014-02-16 22:28:23 +00:00
parent b785132cbe
commit a31f39c4bd
4 changed files with 8 additions and 26 deletions

View file

@ -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.
{