4
0
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:
Wim
2019-12-08 21:05:02 +01:00
committed by GitHub
parent f43faf15f8
commit 12d2c6fe89
4 changed files with 5 additions and 3 deletions

View File

@ -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"`