fixed wrong message code in rsEvent call from p3msgservice

This commit is contained in:
csoler 2020-12-20 16:40:21 +01:00
parent e417c68d41
commit d5aa8dd9f3

View File

@ -2207,7 +2207,7 @@ bool p3MsgService::notifyGxsTransSendStatus( RsGxsTransId mailId,
if( status == GxsTransSendStatus::RECEIPT_RECEIVED )
{
pEvent->mMailStatusEventCode = RsMailStatusEventCode::NEW_MESSAGE;
pEvent->mMailStatusEventCode = RsMailStatusEventCode::MESSAGE_RECEIVED_ACK;
uint32_t msg_id;
{