mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05: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)
|
if(ggps.mIsUpdate)
|
||||||
mDataAccess->updateGroupData(grp);
|
mDataAccess->updateGroupData(grp);
|
||||||
else
|
else
|
||||||
mDataAccess->addGroupData(grp);
|
mDataAccess->addGroupData(grp);
|
||||||
|
|
||||||
|
mNetService->subscribeStatusChanged(grpId,true) ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user