Fixed adding of empty group id to notify when removing a group.

This commit is contained in:
thunder2 2015-08-27 22:21:01 +02:00
parent 4cc1df3c12
commit d118a13d5a

View File

@ -2096,7 +2096,7 @@ void RsGenExchange::processGroupDelete()
gprIds.push_back(groupId);
mDataStore->removeGroups(gprIds);
toNotify.insert(std::make_pair(
token, GrpNote(true, RsGxsGroupId())));
token, GrpNote(true, groupId)));
}