Webhook initial "ping" request sends a webhook ID of 0
#150
Labels
good first issue
If you're a first time contributor this is a good issue for you!
hacktoberfest
PRs for this issue count towards Hacktoberfest contributions!
help wanted
Looking for contributors to assist with this issue
Type: Bug
Bugs and errors
Milestone
Reproduction Steps
Expected
The body should be something like:
where "1234" equals is the resource ID of the newly created webhook
Actual
The received event body will always have an ID of "0":
Information
I believe this is happening because the hookshot is fired before the webhook database object is created so there is no ID to send.
The text was updated successfully, but these errors were encountered: