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:
csoler 2017-01-13 18:31:50 +01:00
parent 17cf6607f8
commit df94de9142
6 changed files with 63 additions and 12 deletions

View file

@ -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;