mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing subscription change notify in rsgenexchange when creating a new group
This commit is contained in:
parent
14a1c0ebd2
commit
dc9fadd7c9
@ -2365,7 +2365,9 @@ void RsGenExchange::publishGrps()
|
||||
if(ggps.mIsUpdate)
|
||||
mDataAccess->updateGroupData(grp);
|
||||
else
|
||||
mDataAccess->addGroupData(grp);
|
||||
mDataAccess->addGroupData(grp);
|
||||
|
||||
mNetService->subscribeStatusChanged(grpId,true) ;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user