Commit Graph

675 Commits

Author SHA1 Message Date
Bob 04370b259d fix lint 2023-12-23 21:56:59 -03:00
Bob 745e36e603 fix lint 2023-12-23 21:55:53 -03:00
Bob ec6a3a9319 fix lint 2023-12-23 21:54:58 -03:00
Rajeh Taher dea709a5bb chore: fix formatting 2023-12-22 00:40:49 +02:00
ShellTear a21764250c Merge pull request #408 from WhiskeySockets/fix-lids
Fix incoming LID and sending LID
2023-12-18 19:01:40 +02:00
Rajeh Taher cbffb2941c fix: Fix linting 2023-12-18 16:43:28 +02:00
azudin b93d1f5bd7 Update chats.ts 2023-12-08 00:13:17 +08:00
azudin 9ce6e7b4e6 Update chats.ts 2023-12-08 00:01:10 +08:00
azudin 41321dc34e Update chats.ts 2023-12-07 23:55:09 +08:00
azudin 6f81ce9527 Update chats.ts 2023-12-07 23:51:22 +08:00
azudin 92dec36781 Update chats.ts 2023-12-07 23:44:51 +08:00
azudin 13fcf827f4 Update chats.ts 2023-12-07 23:41:46 +08:00
azudin d1b57cf990 Update chats.ts 2023-12-07 23:37:06 +08:00
azudin 0898c7cd76 Update chats.ts 2023-12-07 23:10:04 +08:00
Bob ae8395e6df Update messages-recv.ts 2023-12-06 07:00:15 -03:00
azudin ed6b8a22e4 Update messages-recv.ts 2023-12-02 07:42:21 +08:00
azudin 29ec56cd88 Update groups.ts 2023-12-02 07:41:28 +08:00
azudin 3d0632b563 Update groups.ts 2023-12-02 07:40:19 +08:00
azudin 4b3841d202 Update messages-recv.ts 2023-12-02 07:37:35 +08: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
Rajeh Taher 4bddd3929b bug fix: sending message to lid 2023-10-02 18:19:28 +00:00
Rajeh Taher 1447fb2eab add me lid 2023-10-02 18:00:29 +00:00
Rajeh Taher 7cc604a9b5 share, receive, request, all you want 2023-10-01 21:43:00 +00:00
Rajeh Taher a9d7bff235 Revert to fix 2023-10-01 15:18:40 +00:00
Rajeh Taher c1fa5a13c3 fix fromMe on receipts and messages, missing notifications ! 2023-10-01 14:56:09 +00:00
Rajeh Taher ef8d1a09fb support mesasge input from lid 2023-10-01 14:40:40 +00:00
Rajeh Taher 6f08d55bb7 reflect my own lid in relayMessage 2023-10-01 14:19:37 +00:00
Rajeh Taher 6546793ec6 fixes 2023-10-01 14:16:29 +00:00
Rajeh Taher 0b2f4d0b42 Update socket.ts 2023-10-01 16:55:40 +03:00
Rajeh Taher e587ae0bf8 Update messages-send.ts 2023-10-01 16:06:23 +03:00
Rajeh Taher 73963c0ff8 Update messages-send.ts 2023-10-01 15:21:18 +03:00
Rajeh Taher 5b1171312e Update messages-send.ts 2023-10-01 15:18:03 +03:00
Rajeh Taher 7106d33578 Update messages-send.ts 2023-09-30 21:31:44 +03:00
Rajeh Taher d20830e43f Update messages-send.ts 2023-09-30 21:15:04 +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 5d697b9890 Update groups.ts 2023-08-31 09:46:01 +02: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 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 8917e9e387 Update messages-send.ts 2023-08-10 00:56:05 +03: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
SamuelScheit 64349cac15 fix: do not send message to self if the device is 0 (mobile) 2023-07-19 17:28:50 +02: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