mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1039185 - Always Check 'x-mms-read-report' before trying to send read report. r=vyang
This commit is contained in:
parent
042034b4af
commit
8c4ca777fa
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user