1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00
notify/service/whatsapp
2022-10-25 09:00:35 +02:00
..
doc.go fix(service): make whatsapp no-op (#438) 2022-10-25 09:00:35 +02:00
README.md fix(service): make whatsapp no-op (#438) 2022-10-25 09:00:35 +02:00
whatsapp.go fix(service): make whatsapp no-op (#438) 2022-10-25 09:00:35 +02:00

WhatsApp

IMPORTANT

Broken state; see #274

Since our previous WhatsApp client library was abandoned, we had to switch to a new one. Unfortunately, the new library is not yet ready for production use. We are working on a solution, but it will take some time.

The broken client library caused our CI pipeline to break and for that reason we decided to turn the WhatsApp service into a no-op service. This means that the WhatsApp service will not send any notifications, but it will not return any errors either. This is a temporary solution until we have a working client library. We chose no-op over a hard error to prevent breaking existing applications.