php-slack / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
135 stars 27 forks source link

[AttachmentAction] Don't return a null object on 'confirm' #41

Closed iNilo closed 4 years ago

iNilo commented 4 years ago

https://github.com/php-slack/slack/blob/dcb918671a203342f7095542d56eb5f519a133d8/src/AttachmentAction.php#L261

by returning a "null" slack will pop a default confirmation window

slack_2020-03-22_16-16-13

If its "null" (no confirmation) the key should not be returned.

alek13 commented 4 years ago

Hi, @iNilo . Thanks for issue. Can you create PR ?