This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Description
Overview
-
What project is this issue for?:
broid-slack
-
Is this a bug, security, feature request, or feedback:
Bug
Details
Slack is not working. The webhook payload format may have changed.
Steps to Reproduce
- Start Broid with Slack enabled
- Create a new Slack application
- Go to Event subscriptions
- Register a request URL
5. Unfocus the input, so Slack will test the URL
Observed
Broid-slack has an exception because payloadStr is undefined. It seems like the payload format has changed.
Expected
No exception, request URL validated.