mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
disallow to ban your own identity in forums, and make opinions show up as a function ofwhat the ID opinion already is
This commit is contained in:
parent
17cf6607f8
commit
df94de9142
6 changed files with 63 additions and 12 deletions
|
@ -61,6 +61,7 @@ public:
|
|||
};
|
||||
|
||||
virtual bool setOwnOpinion(const RsGxsId& key_id, const Opinion& op) =0;
|
||||
virtual bool getOwnOpinion(const RsGxsId& key_id, Opinion& op) =0;
|
||||
virtual bool getReputationInfo(const RsGxsId& id, const RsPgpId &ownerNode, ReputationInfo& info,bool stamp=true) =0;
|
||||
virtual ReputationLevel overallReputationLevel(const RsGxsId& id)=0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue