mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
added missing subscription change notify in rsgenexchange when creating a new group
This commit is contained in:
parent
14a1c0ebd2
commit
dc9fadd7c9
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue