whatsapp-web.js 1.22.2-alpha.0 → 1.22.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/Client.js +1 -1
package/package.json
CHANGED
package/src/Client.js
CHANGED
|
@@ -172,7 +172,7 @@ class Client extends EventEmitter {
|
|
|
172
172
|
}
|
|
173
173
|
);
|
|
174
174
|
|
|
175
|
-
const INTRO_IMG_SELECTOR = '[data-icon=\'
|
|
175
|
+
const INTRO_IMG_SELECTOR = '[data-icon=\'search\']';
|
|
176
176
|
const INTRO_QRCODE_SELECTOR = 'div[data-ref] canvas';
|
|
177
177
|
|
|
178
178
|
// Checks which selector appears first
|