summaryrefslogtreecommitdiffstats
path: root/model/slack_attachment_test.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7212: fix missing webhook post attachments (#7011)Chris2017-08-031-3/+3
| | | | | | * fix missing webhook post attachments * make ProcessSlackAttachments return a new slice instead of modifying it
* PLT-7077: ignore null array items in slack attachments (#6904)Chris2017-07-121-0/+38
* ignore null array items in incoming webhooks / command responses * consolidate code, process announcements in command response as well * make a bit more idiomatic, add tests * add missing file