mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
Notify one deletion per event as Cyril suggested
This commit is contained in:
parent
045069c3e6
commit
cef43fe048
5 changed files with 27 additions and 22 deletions
|
@ -270,9 +270,9 @@ void NewsFeed::handleForumEvent(std::shared_ptr<const RsEvent> event)
|
|||
|
||||
case RsForumEventCode::UPDATED_MESSAGE:
|
||||
case RsForumEventCode::NEW_MESSAGE:
|
||||
for(const auto& postId: pe->mForumMsgsId)
|
||||
addFeedItem(new GxsForumMsgItem(
|
||||
this, NEWSFEED_NEW_FORUM, pe->mForumGroupId, postId,
|
||||
this, NEWSFEED_NEW_FORUM,
|
||||
pe->mForumGroupId, pe->mForumMsgId,
|
||||
false, true ));
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue