diff options
author | Wim <wim@42.be> | 2019-12-08 21:05:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-08 21:05:02 +0100 |
commit | 12d2c6fe89aba81590126d31df51acbcb6622262 (patch) | |
tree | 2d76378ac90bedf7ccf07d6bf57347995976279b /vendor/github.com | |
parent | f43faf15f847ba8c68027f8de4456f9c5092b02d (diff) | |
download | matterbridge-msglm-12d2c6fe89aba81590126d31df51acbcb6622262.tar.gz matterbridge-msglm-12d2c6fe89aba81590126d31df51acbcb6622262.tar.bz2 matterbridge-msglm-12d2c6fe89aba81590126d31df51acbcb6622262.zip |
Update slack vendor to fix regression (#959)
Diffstat (limited to 'vendor/github.com')
-rw-r--r-- | vendor/github.com/nlopes/slack/attachments.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/nlopes/slack/attachments.go b/vendor/github.com/nlopes/slack/attachments.go index 73cdebe6..af62fb67 100644 --- a/vendor/github.com/nlopes/slack/attachments.go +++ b/vendor/github.com/nlopes/slack/attachments.go @@ -61,7 +61,7 @@ type ConfirmationField struct { // Attachment contains all the information for an attachment type Attachment struct { Color string `json:"color,omitempty"` - Fallback string `json:"fallback,omitempty"` + Fallback string `json:"fallback"` CallbackID string `json:"callback_id,omitempty"` ID int `json:"id,omitempty"` |