You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the incomingWebhook property of our Team-object is not nullable.
That causes that the user/developer has to set the incoming_webhook for his bot, otherwise it causes an error and the installation fails.
Expected Behavior
The incoming webhook property should be nullable, so the incoming_webhook is not necessary.
Current Behavior
it is necessary
Possible Solution
make the property nullable
Steps to Reproduce
install the bot, without setting the incoming webhook
The text was updated successfully, but these errors were encountered:
Currently, the incomingWebhook property of our Team-object is not nullable.
That causes that the user/developer has to set the incoming_webhook for his bot, otherwise it causes an error and the installation fails.
Expected Behavior
The incoming webhook property should be nullable, so the incoming_webhook is not necessary.
Current Behavior
it is necessary
Possible Solution
make the property nullable
Steps to Reproduce
install the bot, without setting the incoming webhook
The text was updated successfully, but these errors were encountered: