mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Enabled creating forum messages in FeedReader plugin
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7706 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
30d9671ca6
commit
069e8e490a
8 changed files with 422 additions and 246 deletions
|
@ -87,8 +87,7 @@ void FeedReaderPlugin::setInterfaces(RsPlugInInterfaces &interfaces)
|
|||
{
|
||||
mInterfaces = interfaces;
|
||||
|
||||
//Todo: Replace with gxs forums
|
||||
mFeedReader = new p3FeedReader(mPlugInHandler, NULL /*mInterfaces.mForums*/);
|
||||
mFeedReader = new p3FeedReader(mPlugInHandler, mInterfaces.mGxsForums);
|
||||
rsFeedReader = mFeedReader;
|
||||
|
||||
mNotify = new FeedReaderNotify();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue