mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-20 20:08:30 -04:00
added identity creation time in IdDetails
This commit is contained in:
parent
d143f761cf
commit
9017db4797
4 changed files with 118 additions and 100 deletions
|
@ -315,6 +315,7 @@ struct RsIdentityDetails : RsSerializable
|
|||
|
||||
RsGxsImage mAvatar;
|
||||
|
||||
rstime_t mPublishTS;
|
||||
rstime_t mLastUsageTS;
|
||||
|
||||
std::map<RsIdentityUsage,rstime_t> mUseCases;
|
||||
|
@ -329,6 +330,7 @@ struct RsIdentityDetails : RsSerializable
|
|||
RS_SERIAL_PROCESS(mPgpId);
|
||||
//RS_SERIAL_PROCESS(mReputation);
|
||||
//RS_SERIAL_PROCESS(mAvatar);
|
||||
RS_SERIAL_PROCESS(mPublishTS);
|
||||
RS_SERIAL_PROCESS(mLastUsageTS);
|
||||
RS_SERIAL_PROCESS(mUseCases);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue