mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-14 10:19:26 -04:00
fixed bug in Gxs cleaning code
This commit is contained in:
parent
2bb03e53d5
commit
bcb43cb9a1
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ void p3PostBase::notifyChanges(std::vector<RsGxsNotify *> &changes)
|
|||
case RsGxsNotify::TYPE_GROUP_DELETED:
|
||||
{
|
||||
auto ev = std::make_shared<RsGxsPostedEvent>();
|
||||
ev->mPostedGroupId = msgChange->mGroupId;
|
||||
ev->mPostedGroupId = group_id;
|
||||
ev->mPostedEventCode = RsPostedEventCode::BOARD_DELETED;
|
||||
|
||||
rsEvents->postEvent(ev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue