diff --git a/libretroshare/src/gxs/rsgenexchange.cc b/libretroshare/src/gxs/rsgenexchange.cc index 1ba979ae0..4ac595908 100644 --- a/libretroshare/src/gxs/rsgenexchange.cc +++ b/libretroshare/src/gxs/rsgenexchange.cc @@ -2942,6 +2942,18 @@ void RsGenExchange::performUpdateValidation() } mDataStore->updateGroup(grps); + + // notify the client + + RsGxsGroupChange* c = new RsGxsGroupChange(RsGxsNotify::TYPE_RECEIVE, true); + + for(uint32_t i=0;imGrpIdList.push_back(mGroupUpdates[i].oldGrpMeta->mGroupId) ; + + mNotifications.push_back(c); + + // cleanup + mGroupUpdates.clear(); }