added automatic detection for need to dist-sync groups

This commit is contained in:
csoler 2018-04-01 22:04:16 +02:00
parent f0f69b8dd9
commit aa59694d88
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
5 changed files with 148 additions and 63 deletions

View file

@ -1386,10 +1386,10 @@ int RsServer::StartupRetroShare()
// create GXS photo service
RsGxsNetService* gxschannels_ns = new RsGxsNetService(
RS_SERVICE_GXS_TYPE_CHANNELS, gxschannels_ds, nxsMgr,
mGxsChannels, mGxsChannels->getServiceInfo(),
mReputations, mGxsCircles,mGxsIdService,
pgpAuxUtils);
RS_SERVICE_GXS_TYPE_CHANNELS, gxschannels_ds, nxsMgr,
mGxsChannels, mGxsChannels->getServiceInfo(),
mReputations, mGxsCircles,mGxsIdService,
pgpAuxUtils,true,true,true);
mGxsChannels->setNetworkExchangeService(gxschannels_ns) ;