mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 11:39:14 +00:00
Hot Fix WA 2.2147.14 (#1035)
* Hot Fix WA 2.2147.14 * Update Injected.js * Update Client.js * sendPresence1 * Update Client.js * queryLinkPreview * openChatDrawer * revert back to using Wap Co-authored-by: Pedro Lopez <pedroslopez@me.com>
This commit is contained in:
@@ -28,7 +28,7 @@ class InterfaceController {
|
||||
async openChatDrawer(chatId) {
|
||||
await this.pupPage.evaluate(async chatId => {
|
||||
let chat = await window.Store.Chat.get(chatId);
|
||||
await window.Store.Cmd.chatInfoDrawer(chat);
|
||||
await window.Store.Cmd.openDrawerMid(chat);
|
||||
}, chatId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user