mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 22:22:45 -04:00
fixed display of contactlist when changing status, and improved computaitonal efficiency
This commit is contained in:
parent
5d9272055f
commit
52da8cd0e6
3 changed files with 71 additions and 72 deletions
|
@ -120,8 +120,9 @@ class RsGxsIdGroup
|
|||
time_t mLastUsageTS ;
|
||||
|
||||
// Not Serialised - for GUI's benefit.
|
||||
bool mPgpKnown;
|
||||
RsPgpId mPgpId;
|
||||
bool mPgpKnown;
|
||||
bool mIsAContact; // change that into flags one day
|
||||
RsPgpId mPgpId;
|
||||
GxsReputation mReputation;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue