Skip to content

Commit

Permalink
Reverted cb01c48 because of #140
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer8007 committed Aug 10, 2023
1 parent 36a0f5b commit c9fc8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/interception.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ NodeHandler.isSentNodeAllowed = function (node, tag)
var shouldBlock =
(readConfirmationsHookEnabled && action === "read") ||
(readConfirmationsHookEnabled && action == "receipt" && data["type"] == "read") ||
(readConfirmationsHookEnabled && action == "receipt" && data["type"] == "read-self") ||
//(readConfirmationsHookEnabled && action == "receipt" && data["type"] == "read-self") ||
(readConfirmationsHookEnabled && action == "receipt" && data["type"] === "played") ||
(readConfirmationsHookEnabled && action == "received" && data["type"] === "played") ||

Expand Down

0 comments on commit c9fc8f4

Please sign in to comment.