Merge pull request #2175 from csoler/v0.6-BugFixing_2

v0.6.6-RC2 fixes
This commit is contained in:
csoler 2020-12-31 13:19:02 +01:00 committed by GitHub
commit 06ed1e3e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 52 additions and 37 deletions

View file

@ -2206,7 +2206,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;
{