mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 14:42:51 -04:00
added load/save of known forums to avoid re-displaying it in the NewsFeed after then have been deleted.
This commit is contained in:
parent
47f9a4907b
commit
252626f5ec
5 changed files with 105 additions and 4 deletions
|
@ -1649,6 +1649,7 @@ int RsServer::StartupRetroShare()
|
|||
|
||||
mConfigMgr->addConfiguration("identity.cfg", gxsid_ns);
|
||||
mConfigMgr->addConfiguration("gxsforums.cfg", gxsforums_ns);
|
||||
mConfigMgr->addConfiguration("gxsforums_srv.cfg", mGxsForums);
|
||||
mConfigMgr->addConfiguration("gxschannels.cfg", gxschannels_ns);
|
||||
mConfigMgr->addConfiguration("gxscircles.cfg", gxscircles_ns);
|
||||
mConfigMgr->addConfiguration("posted.cfg", posted_ns);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue