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

@ -356,7 +356,7 @@ struct RsIdentity : RsGxsIfaceHelper
virtual bool getIdDetails(const RsGxsId &id, RsIdentityDetails &details) = 0;
// Fills up list of all own ids. Returns false if ids are not yet loaded.
virtual bool getOwnIds(std::list<RsGxsId> &ownIds) = 0;
virtual bool getOwnIds(std::list<RsGxsId> &ownIds,bool only_signed_ids = false) = 0;
virtual bool isOwnId(const RsGxsId& id) = 0;
//