Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support topic changes and Join/Leave messages (whatsapp) (#2017) | Joseph Mansy | 2023-03-14 | 1 | -0/+73 |
| | |||||
* | Set correct loglevel (whatsapp). Fixes #1980 (#2013) | Wim | 2023-03-11 | 1 | -1/+1 |
| | |||||
* | Support handling delete message from whatsapp. (#1986) | Joseph Mansy | 2023-03-10 | 1 | -0/+19 |
| | |||||
* | Handle Whatsapp threading/replies (whatsapp) (#1974) | Joseph Mansy | 2023-03-09 | 1 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Prefer mp4 extension for video attachments (whatsapp) (#1971) | Joseph Mansy | 2023-03-09 | 1 | -1/+10 |
| | | | resolves #1967 | ||||
* | Handle messages with link preview not being relayed (whatsapp) (#1970) | Joseph Mansy | 2023-03-09 | 1 | -0/+4 |
| | | | Resolves #1840 | ||||
* | Fix the "Someone" nickname problem (whatsapp) (#1931) | ilmaisin | 2022-12-14 | 1 | -11/+5 |
| | | | | | | | | | | | | | * Apply patch to work around the "Someone" nickname problem * Code cleanup (whatsapp) * Cleanup * Code cleanup (whatsapp) * Re-examine if sender exists * Cleanup (whatsapp) | ||||
* | Handle incoming document captions from whatsapp (#1935) | ilmaisin | 2022-12-14 | 1 | -1/+1 |
| | |||||
* | Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp) | Wim | 2022-03-20 | 1 | -0/+344 |