mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-24 01:33:13 -05:00
added anon ids to offline vetting
This commit is contained in:
parent
57f4463864
commit
981f81deae
13 changed files with 138 additions and 46 deletions
|
|
@ -127,7 +127,7 @@ class RsGxsCircleDetails
|
|||
}
|
||||
|
||||
std::set<RsGxsId> mAllowedAnonPeers;
|
||||
std::map<RsPgpId, std::list<RsGxsId> > mAllowedSignedPeers;
|
||||
std::map<RsPgpId, std::set<RsGxsId> > mAllowedSignedPeers;
|
||||
};
|
||||
|
||||
class RsGxsCircles: public RsGxsIfaceHelper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue