diff options
author | Joseph Mansy <36427684+yousefmansy1@users.noreply.github.com> | 2023-03-09 12:57:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 21:57:19 +0100 |
commit | d00dcf3f58ba8f6a0919e8bdadfe9ba89864ed8d (patch) | |
tree | f3261b9d1963d5899fd267f414cd6867d9c44a78 /bridge/telegram/handlers.go | |
parent | d5980303e5344b5c7c0804f712c4c5365fd6c929 (diff) | |
download | matterbridge-msglm-d00dcf3f58ba8f6a0919e8bdadfe9ba89864ed8d.tar.gz matterbridge-msglm-d00dcf3f58ba8f6a0919e8bdadfe9ba89864ed8d.tar.bz2 matterbridge-msglm-d00dcf3f58ba8f6a0919e8bdadfe9ba89864ed8d.zip |
Handle Whatsapp threading/replies (whatsapp) (#1974)
* 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.
Diffstat (limited to 'bridge/telegram/handlers.go')
0 files changed, 0 insertions, 0 deletions