mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
sendMail check if recipients are known
This commit is contained in:
parent
d673ef3256
commit
ae0412c087
6 changed files with 45 additions and 10 deletions
|
@ -72,7 +72,6 @@ struct RsReputationInfo : RsSerializable
|
|||
mFriendsNegativeVotes(0),
|
||||
mFriendAverageScore(RS_REPUTATION_THRESHOLD_DEFAULT),
|
||||
mOverallReputationLevel(RsReputationLevel::NEUTRAL) {}
|
||||
virtual ~RsReputationInfo() {}
|
||||
|
||||
RsOpinion mOwnOpinion;
|
||||
|
||||
|
@ -94,6 +93,8 @@ struct RsReputationInfo : RsSerializable
|
|||
RS_SERIAL_PROCESS(mFriendAverageScore);
|
||||
RS_SERIAL_PROCESS(mOverallReputationLevel);
|
||||
}
|
||||
|
||||
virtual ~RsReputationInfo();
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue