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

This commit is contained in:
csoler 2018-02-16 23:51:43 +01:00
parent 252626f5ec
commit d57f933109
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
6 changed files with 97 additions and 14 deletions

View file

@ -1651,6 +1651,7 @@ int RsServer::StartupRetroShare()
mConfigMgr->addConfiguration("gxsforums.cfg", gxsforums_ns);
mConfigMgr->addConfiguration("gxsforums_srv.cfg", mGxsForums);
mConfigMgr->addConfiguration("gxschannels.cfg", gxschannels_ns);
mConfigMgr->addConfiguration("gxschannels_srv.cfg", mGxsChannels);
mConfigMgr->addConfiguration("gxscircles.cfg", gxscircles_ns);
mConfigMgr->addConfiguration("posted.cfg", posted_ns);
#ifdef RS_USE_WIKI