added load/save of known forums to avoid re-displaying it in the NewsFeed after then have been deleted.

This commit is contained in:
csoler 2018-02-16 23:24:01 +01:00
parent 47f9a4907b
commit 252626f5ec
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 105 additions and 4 deletions

View file

@ -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);