Skip to content

Commit

Permalink
Increased version, fixed sendPresenceStatusProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer8007 committed Mar 30, 2024
1 parent f7484b8 commit 721be02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/interception.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ function exposeWhatsAppAPI()
window.WhatsAppAPI.Seen = require("WAWebUpdateUnreadChatAction");
window.WhatsAppAPI.Communication = require("WAComms");
window.WhatsAppAPI.LoadEarlierMessages = require("WAWebChatLoadMessages");
window.WhatsAppAPI.sendPresenceStatusProtocol = require("WASendPresenceStatusProtocol");
window.WhatsAppAPI.sendPresenceStatusProtocol = require("WASendPresenceStatusProtocol").sendPresenceStatusProtocol;
window.WhatsAppAPI.SignalStore = require("WAWebSignalProtocolStore");

}
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": "WAIncognito",
"description": "Be invisible on WhatsApp™ Web by disabling read receipts and presence updates",
"version": "2.1.4",
"version": "2.1.5",
"permissions": ["storage"],
"icons": { "128": "images/icon_128_blue.png" },
"action": {
Expand Down

0 comments on commit 721be02

Please sign in to comment.