mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed adding of empty group id to notify when removing a group.
This commit is contained in:
parent
4cc1df3c12
commit
d118a13d5a
@ -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)));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user