added missing time stamp of msgServerUpdateMap when posting a new message

This commit is contained in:
csoler 2016-08-01 14:43:17 +02:00
parent 5fac5a8d76
commit b1288bcb7e
5 changed files with 53 additions and 10 deletions

View file

@ -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
*/