d7d7df4b74
Merge branch 'WaWJS2' of https://github.com/cheveguerra/whatsapp-web.js into WaWJS2
2023-02-21 04:47:45 -06:00
7f62f2b62b
Update package.json
2023-02-21 03:46:44 -06:00
b4c2915334
Update package.json
2023-02-21 03:45:13 -06:00
Rajeh Taher
e3442e5748
space
2023-02-21 03:34:12 -06:00
Rajeh Taher
d03c1a65c2
ESLint has dyslexia so spacing is important
2023-02-21 03:34:12 -06:00
Rajeh Taher
9cb90ff457
Spacing & undefined variables
2023-02-21 03:34:12 -06:00
Rajeh Taher
9c6b1ab7b1
Final fixes
2023-02-21 03:34:12 -06:00
Rajeh Taher
70b32705c9
missing semicolon
2023-02-21 03:33:46 -06:00
Rajeh Taher
ceabbd5177
ESLINT + Clean
2023-02-21 03:33:46 -06:00
Rajeh Taher
ec0ee3c243
Release all limiters
2023-02-21 03:33:46 -06:00
Rajeh Taher
2ce2c7e97d
Basic changes; no real change
2023-02-21 03:33:46 -06:00
Rajeh Taher
eafdfe12f2
space
2023-02-21 01:13:43 +02:00
Rajeh Taher
d126c35e1d
ESLint has dyslexia so spacing is important
2023-02-21 00:43:12 +02:00
Rajeh Taher
8a84b5388d
Spacing & undefined variables
2023-02-21 00:36:35 +02:00
Rajeh Taher
e810b5146d
Final fixes
2023-02-21 00:04:51 +02:00
Rajeh Taher
c0f9e78f6c
missing semicolon
2023-02-19 15:47:07 +02:00
Rajeh Taher
7e3b2f6bde
ESLINT + Clean
2023-02-19 15:16:29 +02:00
Rajeh Taher
f655453ca4
Release all limiters
2023-02-19 05:29:11 +02:00
Rajeh Taher
2c084ef49e
Basic changes; no real change
2023-02-19 05:22:36 +02:00
tuyuribr
74a02cb736
Merge branch 'main' into fix-buttons-list
2023-02-18 10:45:47 -06:00
Rajeh Taher
9e55166164
Merge branch 'main' into fix-buttons-list
2023-02-12 18:08:23 +02:00
Pedro Lopez
6f2ad1773e
chore: mark version v1.19.4
2023-02-11 15:27:30 -08:00
github-actions[bot]
313bd085b3
Update supported WhatsApp Web version to v2.2306.7 ( #1954 )
...
Co-authored-by: pedroslopez <pedroslopez@users.noreply.github.com >
2023-02-11 15:26:28 -08:00
tofers
1294170a25
Fix mute chat ( #1982 )
...
* fix function set mute chat
* chat mute new object
2023-02-11 15:25:54 -08:00
Pedro Lopez
617e0b89d5
merge fix
2023-02-11 15:22:30 -08:00
tofers
842a342f72
Fixing the queryWidExists function ( #1989 )
...
* Update Injected.js
fix function queryWidExists
* Update Injected.js
support WA old version 2.2305.7
---------
Co-authored-by: Pedro S. Lopez <pedroslopez@me.com >
2023-02-11 15:20:21 -08:00
Pedro Lopez
e8d4874b26
fix getNumberId
2023-02-11 15:18:06 -08:00
29b61b396b
Merge branch 'pedroslopez:main' into WaWJS2
2023-02-10 13:18:04 -06:00
Michal Serlui
f1607752dd
try to fix queryWidExists ( #1987 )
2023-02-10 11:06:20 -03:00
tuyuribr
8ae50ec99c
Merge branch 'main' into fix-buttons-list
2023-01-29 20:47:15 -03:00
Pedro Lopez
97283c84c7
chore: mark version v1.19.3
2023-01-28 00:35:27 -04:00
WWebJS Bot
23cea1bac0
1.20.0-alpha.0
2023-01-26 21:54:22 +00:00
Michal Serlui
c208c8936a
Fix: message.getInfo ( #1953 )
...
window.Store.MessageInfo.sendQueryMsgInfo now needs msg.id instead of msg
2023-01-26 23:52:39 +02:00
Rajeh Taher
2d6c73e010
Merge branch 'main' into fix-buttons-list
2023-01-24 19:47:49 +02:00
025f9914c3
Merge branch 'pedroslopez:main' into test2
2023-01-15 17:19:13 -06:00
Pedro Lopez
6cead95f3c
chore: mark version v1.19.2
2023-01-15 18:00:25 -04:00
Pedro S. Lopez
70f2391d51
fix group methods ( #1934 )
...
* fix: create group
* fix set group subject, description, properties; exit group
* fix participant methods
* fix return type
* fix invite methods
2023-01-15 17:59:20 -04:00
Pedro Lopez
698305f668
update docs for 1.19.1
2023-01-15 14:56:00 -04:00
Pedro Lopez
1e3374f0cd
chore: mark version v1.19.1
2023-01-15 14:55:28 -04:00
Pedro S. Lopez
e1917494bf
Revert "fix: Fix client-side message rendering issue when sending attachements through the library ( #1905 )" ( #1932 )
...
This reverts commit 7dd8688f04 .
2023-01-15 14:54:50 -04:00
Pedro Lopez
d2479f397e
chore: mark version v1.19.0
2023-01-15 14:38:46 -04:00
Azeem Haider
a525e2330a
Adding missing CALL in events enum ( #1899 )
2023-01-15 14:36:08 -04:00
tofers
bd192993b7
fix method downloadMedia when not found msg ( #1852 )
...
Co-authored-by: Rajeh Taher <rajeh@reforward.dev >
2023-01-15 14:35:26 -04:00
github-actions[bot]
bd0e27a0d0
Update supported WhatsApp Web version to v2.2301.6 ( #1869 )
...
Co-authored-by: pedroslopez <pedroslopez@users.noreply.github.com >
2023-01-15 14:34:23 -04:00
Rajeh Taher
7dd8688f04
fix: Fix client-side message rendering issue when sending attachements through the library ( #1905 )
2023-01-15 14:32:28 -04:00
Pedro S. Lopez
23d5147a14
fix: compatibility with LegacyPhoneFeatures in latest WhatsApp Web version ( #1930 )
...
* fix removed features on latest wweb version
* errors
2023-01-15 14:30:20 -04:00
Rajeh Taher
8a45a726ec
Merge branch 'main' into fix-buttons-list
2023-01-06 20:17:02 +02:00
Pedro S. Lopez
8655badc0f
Create FUNDING.yml ( #1901 )
...
* Create FUNDING.yml
* Update README.md
2023-01-04 17:15:35 -04:00
Rajeh Taher
a7b77e15ed
fix: Fix call event listener name + Added Call example ( #1886 )
...
* fix: bugfix + example
* relocate global variable
2022-12-23 12:10:09 -03:00
Rajeh Taher
288a572af6
feat: Implement Call Rejection + Introduction of Socket API ( #1882 )
...
* Initial stage
* ESLint
* eslint is annoying
* fix: distinguish Wap from Socket's Wap
2022-12-22 16:02:49 -03:00