summaryrefslogtreecommitdiffstats
path: root/bridge/whatsappmulti/whatsapp.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix Android media download problem (whatsapp) (#2010)ilmaisin2023-03-101-0/+4
|
* Fix rate-overlimit issue when there are more than 5 whatsapp channels in a ↵Joseph Mansy2023-03-091-13/+14
| | | | | single account (whatsapp) (#1998) Resolves #1844
* Handle Whatsapp threading/replies (whatsapp) (#1974)Joseph Mansy2023-03-091-17/+55
| | | | | | | | | | | | | | | | | | | | | * Handle Whatsapp threading/replies. In this change we are updating whatsapp message IDs to include sender JID as this is necessary to reply to a message https://github.com/tulir/whatsmeow/issues/88#issuecomment-1093195237 https://github.com/tulir/whatsmeow/discussions/148#discussioncomment-3094325 Based on commit 6afa93e537c53b371db37f35a3546ff0fb669416 from #1934 Author: Iiro Laiho <iiro.laiho@iki.fi> * Fix replies. Sender JID can have a `:` inside of it, using `/` as a delimiter now. Added messageID parser + struct. messages sent with an attachment do not show replies But at least common `sendMessage` will make repies from whatsapp to an attachement bridge across. The new message ID format broke message deleting, so we change the messageID into the real id at the beginning of send. We really do need the extra info for when we reply to a message though. * Refactored message replies. file/Image/audio/replies all work now.
* Update dependencies (#1951)Wim2023-01-281-8/+8
|
* Improve attachment handling (whatsapp) (#1928)ilmaisin2022-11-271-2/+81
| | | | | | | * Allow captions for document attachments, too * Handle audio messages * Improve attachment handling
* Update dependencies and fix whatsmeow API changes (#1887)Wim2022-09-051-3/+4
| | | | | * Update dependencies * Fix whatsmau API changes
* Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp)Wim2022-03-201-0/+333