Alberto Reyes
Results
1
comments of
Alberto Reyes
@bryanjack I just comment in every handler with this constant like this: ``` // if err != whatsapp.ErrMediaDownloadFailedWith410 && err != whatsapp.ErrMediaDownloadFailedWith404 { return "", err // } ``` I...