mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fixed adding of empty group id to notify when removing a group.
This commit is contained in:
parent
4cc1df3c12
commit
d118a13d5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue