Commit Graph

1557 Commits

Author SHA1 Message Date
azudin
ece99eab23 Fixed star message 2023-12-02 07:26:09 +08:00
Alessandro Autiero
e24947e55a Merge pull request #356 from brhenrique/fix-downloadMediaMessage-crash-on-ptv
fix downloadMediaMessage crash with ptv messages
2023-10-16 06:25:29 +00:00
Alessandro Autiero
b4f40a7815 Merge pull request #358 from piLovr/master
add memberAddMode and isCommunity / isCommunityAnnounce in groupMetadata
2023-10-12 20:31:25 +00:00
Alessandro Autiero
dc7c24ce39 Merge pull request #362 from aliazhar-id/aliazhar-patch-1
Fix: 'blocklist.update' was never emitted
2023-10-09 09:56:14 +02:00
Alessandro Autiero
1787c1282b Merge pull request #414 from azudindaem/master
Fixed predefined label id
2023-10-05 14:26:27 +02:00
azudin
4573abefa4 Fixed predefined label id 2023-10-03 10:27:09 +08:00
github-actions[bot]
f502464fb2 chore(release): v6.5.0 2023-09-28 00:18:16 +00:00
github-actions[bot]
5752a57d67 chore(release): v6.4.2 2023-09-28 00:14:05 +00:00
Rajeh Taher
48a717547e fix issues 2023-09-28 03:10:45 +03:00
Rajeh Taher
f50842fd7a Socket-passthrough 2023-09-28 03:08:50 +03:00
aliazhar
11291e61d0 Fix: 'blocklist.update' was never emitted 2023-09-03 14:31:08 +07:00
piLovr
3962311108 Update groups.ts 2023-08-31 10:29:55 +02:00
piLovr
3061ede206 Update groups.ts 2023-08-31 10:13:00 +02:00
piLovr
fd37f8b4f3 Update GroupMetadata.ts 2023-08-31 09:58:24 +02:00
piLovr
5d697b9890 Update groups.ts 2023-08-31 09:46:01 +02:00
brhenrique
93d5fea30d fix downloadMediaMessage crash with ptv messages 2023-08-30 19:30:47 -03:00
github-actions[bot]
cd8542ff7c chore(release): v6.4.1 2023-08-27 17:11:11 +00:00
Rajeh Taher
d324d62ba8 Update yarn.lock 2023-08-27 20:09:32 +03:00
Samuel Scheit
49ab16f592 fix: registration + add captcha support (#227)
* fix: registration + update mobile version

* feat: add captcha support for registration

* fix: jid protocol address missing device

* fix: linting errors
2023-08-10 12:15:12 +03:00
Codeboss
30b96c528b Crash if chat is already deleted (#321) 2023-08-10 02:34:33 +03:00
Codeboss
cb54162c99 Merge pull request #319 from WhiskeySockets/readme-notice
Fix readme notice error
2023-08-10 01:35:51 +03:00
Codeboss
93ea9e87e6 Update README.md 2023-08-10 01:34:55 +03:00
Codeboss
fe573b365c eslint final 2023-08-10 01:33:48 +03:00
Codeboss
67542c48ac eslint 2023-08-10 01:33:48 +03:00
Codeboss
fea204ac26 Simplified 2023-08-10 01:33:48 +03:00
Emanuele Ingrosso
a977d20310 Fix brackets in chats.ts 2023-08-10 01:33:48 +03:00
Emanuele Ingrosso
1d57f38323 Add "+" to the beginning of jids if not present in the onWhatsApp method
In Baileys 5.x a "+" was always added at the beginning of the jids provided to the onWhatsApp method. This was removed later in the 6.x version and has created a subtle problem.

Many phone numbers where correctly verified but for some reason french mobile number (starting with 336 or 337) always returned an undefined result (maybe there were problems with some other countries too, I couldn't verify).

Adding back the "+" (if missing) should fix the problem.
2023-08-10 01:33:48 +03:00
Codeboss
bdbff517ce Merge pull request #279 from WhiskeySockets/add-license
Create LICENSE
2023-08-10 01:18:47 +03:00
Codeboss
f6fce92da8 Update README.md 2023-08-10 01:18:26 +03:00
Codeboss
15d263d7f9 Update LICENSE 2023-08-10 01:16:46 +03:00
Codeboss
f38f1945c4 Merge pull request #318 from WhiskeySockets/fix-eslint
Fix ESLINT
2023-08-10 01:14:34 +03:00
Codeboss
8917e9e387 Update messages-send.ts 2023-08-10 00:56:05 +03:00
Codeboss
4c771d2bd4 Merge pull request #316 from WhiskeySockets/change-issue-template
Update config.yml
2023-08-10 00:50:56 +03:00
Codeboss
3d5eb0e078 Update config.yml 2023-08-09 23:54:43 +03:00
Edgard
555cc9b314 ci: Fixed proto-extract 2023-08-02 08:19:20 -03:00
Codeboss
d8a4e6fb23 Update README.md 2023-07-25 17:35:36 +03:00
Codeboss
c85c60b4cc Update README.md 2023-07-25 17:34:59 +03:00
Codeboss
a4a4f7ab21 Create LICENSE 2023-07-25 17:30:27 +03:00
Alessandro Autiero
ab2b530ac5 Merge pull request #273 from allburov/fix-mobile
fix: Use new useragent and token for mobile
2023-07-25 15:27:20 +02:00
allburov
a6bc59f3f0 fix: Use new useragent and token for mobile 2023-07-23 18:47:01 +07:00
Alessandro Autiero
44ec598ad2 Merge pull request #258 from SamuelScheit/fix-mobile-send-message
fix: do not send message to self if the device is 0 (mobile)
2023-07-21 14:39:27 +02:00
Rajeh Taher
cd77ef0871 Merge pull request #261 from WhiskeySockets/SheIITear-patch-1
Update messages.ts
2023-07-20 19:50:40 +03:00
ShellTear
f18c9483cc Update messages.ts
Remove string type and revert back to boolean.
2023-07-19 22:18:20 +03:00
SamuelScheit
64349cac15 fix: do not send message to self if the device is 0 (mobile) 2023-07-19 17:28:50 +02:00
github-actions[bot]
db3518fd1e chore(release): v6.4.0 2023-07-18 13:44:14 +00:00
github-actions[bot]
a84f75ef2a feat: Whatsapp v2.2329.9 proto/version change (#169)
Co-authored-by: edgardmessias <edgardmessias@users.noreply.github.com>
2023-07-18 10:29:48 -03:00
Davidson Gomes
cba9827851 feat: Send Status (status@broadcast) {text, media, audio(with waveform)} (#249)
Co-authored-by: Davidson Gomes <contato@agenciadgcode.com>
2023-07-18 10:25:16 -03:00
Alessandro Autiero
3ed3e77f58 Merge pull request #252 from Auties00/pairing_code
Pairing code login for Web API
2023-07-18 15:23:23 +02:00
Alessandro Autiero
a7e39c18d9 Fixed infinite reconnection cycle 2023-07-16 21:20:21 +02:00
Alessandro Autiero
110ec2eaf9 fixed formatting 2023-07-16 20:16:38 +02:00