auto send of own signed GXS ids to friends in discovery

This commit is contained in:
csoler 2018-09-06 21:15:25 +02:00
parent fe5e83125e
commit 3402f7d9b5
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
9 changed files with 69 additions and 154 deletions

View file

@ -1475,7 +1475,7 @@ int RsServer::StartupRetroShare()
/* create Services */
p3ServiceInfo *serviceInfo = new p3ServiceInfo(serviceCtrl);
mDisc = new p3discovery2(mPeerMgr, mLinkMgr, mNetMgr, serviceCtrl);
mDisc = new p3discovery2(mPeerMgr, mLinkMgr, mNetMgr, serviceCtrl,mGxsIdService);
mHeart = new p3heartbeat(serviceCtrl, pqih);
msgSrv = new p3MsgService( serviceCtrl, mGxsIdService, *mGxsTrans );
chatSrv = new p3ChatService( serviceCtrl,mGxsIdService, mLinkMgr,