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
https://github.com/php-slack/slack/blob/dcb918671a203342f7095542d56eb5f519a133d8/src/AttachmentAction.php#L261
by returning a "null" slack will pop a default confirmation window
If its "null" (no confirmation) the key should not be returned.