mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
disabled auto-sync for messages in GXS circles, while keeping Grp auto-sync
This commit is contained in:
parent
76e7893550
commit
4eebe24ee2
@ -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 ****/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user