mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
forced notification of type RECEIVE when creating a new group so that the GxsIFaceHelper updates the group list
This commit is contained in:
parent
29ab0e9913
commit
5d5894352d
1 changed files with 3 additions and 3 deletions
|
@ -2760,7 +2760,7 @@ void RsGenExchange::publishGrps()
|
|||
|
||||
if(!grpChanged.empty())
|
||||
{
|
||||
RsGxsGroupChange* gc = new RsGxsGroupChange(RsGxsNotify::TYPE_PUBLISH, false);
|
||||
RsGxsGroupChange* gc = new RsGxsGroupChange(RsGxsNotify::TYPE_RECEIVE, true);
|
||||
gc->mGrpIdList = grpChanged;
|
||||
mNotifications.push_back(gc);
|
||||
#ifdef GEN_EXCH_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue