mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
disabled auto-sync for messages in GXS circles, while keeping Grp auto-sync
This commit is contained in:
parent
76e7893550
commit
4eebe24ee2
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue