mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-02 13:25:28 -05:00
fixed bug causing lack of passwd request on group edit
This commit is contained in:
parent
499753f873
commit
43fbd6f76a
3 changed files with 3 additions and 1 deletions
|
|
@ -143,6 +143,7 @@ struct RsGxsIdGroup : RsSerializable
|
|||
rstime_t mLastUsageTS ;
|
||||
|
||||
// Not Serialised - for GUI's benefit.
|
||||
bool mPgpLinked;
|
||||
bool mPgpKnown;
|
||||
bool mIsAContact; // change that into flags one day
|
||||
RsPgpId mPgpId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue