mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 22:22:45 -04:00
added some backend for reputation system
This commit is contained in:
parent
c17dddb79c
commit
317e7ea5ab
7 changed files with 54 additions and 26 deletions
|
@ -215,12 +215,6 @@ public:
|
|||
/********************************************************************************************/
|
||||
/********************************************************************************************/
|
||||
|
||||
enum Opinion {
|
||||
OPINION_NEGATIVE = -1,
|
||||
OPINION_NEUTRAL = 0,
|
||||
OPINION_POSITIVE = 1
|
||||
};
|
||||
|
||||
// For Other Services....
|
||||
// It should be impossible for them to get a message which we don't have the identity.
|
||||
// Its a major error if we don't have the identity.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue