Bug 1039185 - Always Check 'x-mms-read-report' before trying to send read report. r=vyang

This commit is contained in:
Bevis Tseng 2014-07-30 15:26:21 +08:00
parent 042034b4af
commit 8c4ca777fa

View File

@ -3148,6 +3148,7 @@ MobileMessageDB.prototype = {
messageRecord.type == "mms" &&
messageRecord.delivery == DELIVERY_RECEIVED &&
messageRecord.read == FILTER_READ_READ &&
messageRecord.headers["x-mms-read-report"] &&
!messageRecord.isReadReportSent) {
messageRecord.isReadReportSent = true;