summaryrefslogtreecommitdiffstats
path: root/bridge/whatsapp/helpers.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix linting (whatsapp)Wim2022-03-201-2/+1
|
* Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp)Wim2022-03-201-53/+110
|
* Add busy_timeout which fixes SQLITE_BUSY errors (whatsapp)Wim2022-03-201-1/+1
|
* Rewrite whatsapp bridge to use whatsmeowWim2022-03-201-110/+53
|
* Refactor/cleanup code (whatsapp)Wim2020-11-291-11/+42
|
* Reload user information when a new contact is detected (whatsapp) (#1160)Nathanaƫl2020-06-251-1/+26
| | | Before returning an empty string, we refresh the WhatsApp contacts and if we found the one we wanted, we can return a real name. Fixes #796
* Fix go mod issue by removing whatsapp-extWim2019-06-021-0/+23
|
* Use upstream whatsapp again (#809)Wim2019-05-301-1/+1
|
* Use whatsapp forks (#750)Wim2019-03-021-1/+1
|
* Add initial WhatsApp support (#711)Krzysiek Madejski2019-02-211-0/+84