mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 17:15:16 -04:00
added missing time stamp of msgServerUpdateMap when posting a new message
This commit is contained in:
parent
5fac5a8d76
commit
b1288bcb7e
5 changed files with 53 additions and 10 deletions
|
@ -595,6 +595,14 @@ public:
|
|||
*/
|
||||
void setGroupReputationCutOff(uint32_t& token, const RsGxsGroupId& grpId, int CutOff);
|
||||
|
||||
/*!
|
||||
*
|
||||
* @param token value set to be redeemed with acknowledgement
|
||||
* @param grpId group id of the group to update
|
||||
* @param CutOff The cut off value to set
|
||||
*/
|
||||
void updateGroupLastMsgTimeStamp(uint32_t& token, const RsGxsGroupId& grpId);
|
||||
|
||||
/*!
|
||||
* @return storage time of messages in months
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue