paked / messenger

Package messenger is used for making bots for use with Facebook messenger
MIT License
274 stars 74 forks source link

fixed error return value #32

Closed DeziderMesko closed 6 years ago

DeziderMesko commented 6 years ago

Not sure about original intent behind original code on lines 154-155, but it definitely droped error messages returned by facebok. I've changed the code to use already existing facebookError function, and changed this function to return nill in case of no error.

I've found this during investigation of issues with sending an image as an attachment (it's not working for me) so it's possible that more PR/issue reports are coming

paked commented 6 years ago

Thanks for catching that @DeziderMesko! That was totally unintentional.