mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-12 18:16:47 -04:00
Merge remote-tracking branch 'upstream/master' into v0.6-BugFixing_2
This commit is contained in:
commit
a4e3f98a09
@ -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…
x
Reference in New Issue
Block a user