mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
added an icon for when information is missing for an ID in forum distribution
This commit is contained in:
parent
5ed879c035
commit
64737827a1
2 changed files with 13 additions and 5 deletions
|
@ -42,7 +42,8 @@ public:
|
|||
REPUTATION_REMOTELY_NEGATIVE = 0x01, // local opinion is neutral and friends are positive in average
|
||||
REPUTATION_NEUTRAL = 0x02, // no reputation information ;
|
||||
REPUTATION_REMOTELY_POSITIVE = 0x03, // local opinion is neutral and friends are negative in average
|
||||
REPUTATION_LOCALLY_POSITIVE = 0x04 // local opinion is negative
|
||||
REPUTATION_LOCALLY_POSITIVE = 0x04, // local opinion is negative
|
||||
REPUTATION_UNKNOWN = 0x05 // missing info
|
||||
};
|
||||
|
||||
struct ReputationInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue