mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
Merge pull request #2301 from G10h4ck/forums_deep_indexing
Implement deep indexing and search for forums
This commit is contained in:
commit
dc1d5de0db
36 changed files with 2272 additions and 929 deletions
|
@ -270,7 +270,10 @@ void NewsFeed::handleForumEvent(std::shared_ptr<const RsEvent> event)
|
|||
|
||||
case RsForumEventCode::UPDATED_MESSAGE:
|
||||
case RsForumEventCode::NEW_MESSAGE:
|
||||
addFeedItem(new GxsForumMsgItem(this, NEWSFEED_NEW_FORUM, pe->mForumGroupId, pe->mForumMsgId, false, true));
|
||||
addFeedItem(new GxsForumMsgItem(
|
||||
this, NEWSFEED_NEW_FORUM,
|
||||
pe->mForumGroupId, pe->mForumMsgId,
|
||||
false, true ));
|
||||
break;
|
||||
|
||||
default: break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue