mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-03 11:57:45 +00:00
Update slack vendor to fix regression (#959)
This commit is contained in:
2
vendor/github.com/nlopes/slack/attachments.go
generated
vendored
2
vendor/github.com/nlopes/slack/attachments.go
generated
vendored
@ -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"`
|
||||
|
Reference in New Issue
Block a user