PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
493 stars 108 forks source link

Fix webhook handler prefix issue #126

Closed PaulSonOfLars closed 10 months ago

PaulSonOfLars commented 10 months ago

What

Fix a bug where adding a webhook for a url path start with a / would cause 404 errors from the webhook.

Also, add lots of regression tests.

Impact