forced notification of type RECEIVE when creating a new group so that the GxsIFaceHelper updates the group list

This commit is contained in:
csoler 2018-02-28 23:18:50 +01:00
parent 29ab0e9913
commit 5d5894352d
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C

View file

@ -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