added reload of grp meta on update

This commit is contained in:
csoler 2016-03-16 21:27:08 -04:00
parent b2192957ef
commit 31356bab96
2 changed files with 4 additions and 0 deletions

View file

@ -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() ;