disabled auto-sync for messages in GXS circles, while keeping Grp auto-sync

This commit is contained in:
csoler 2016-03-09 20:23:33 -05:00
parent 76e7893550
commit 4eebe24ee2

View File

@ -1351,7 +1351,9 @@ int RsServer::StartupRetroShare()
RS_SERVICE_GXS_TYPE_GXSCIRCLE, gxscircles_ds, nxsMgr,
mGxsCircles, mGxsCircles->getServiceInfo(),
mGxsIdService, mGxsCircles,mGxsIdService,
pgpAuxUtils);
pgpAuxUtils,
true,false); // synchronise group automatic
// don't sync messages at all.
/**** Posted GXS service ****/