Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer8007 committed Oct 22, 2021
1 parent 05ef34f commit fef32fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/interception.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var chats = {};
var blockedChats = {};

var WAPassthrough = false;
var WAdebugMode = true;
var WAdebugMode = false;

//
// Actual interception
Expand Down Expand Up @@ -253,6 +253,7 @@ var NodeHandler = {};

if (action == "read" && wsHook.onMessage)
{
// TODO: in multi-device, not sending an error message back to the client results in a lot of repeated attempts.
var messageEvent = new MutableMessageEvent({ data: tag + ",{\"status\": 403}" });
wsHook.onMessage(messageEvent);
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "WAIncognito",
"short_name": "WhatsIncognito",
"description": "Be invisible on WhatsApp™ Web by disabling read receipts and presence updates",
"version": "1.7.6",
"version": "1.7.7",
"permissions": [ ],
"icons":
{
Expand Down

0 comments on commit fef32fd

Please sign in to comment.