summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/web.go b/web/web.go
index bd0154542..1b2f5f742 100644
--- a/web/web.go
+++ b/web/web.go
@@ -992,6 +992,7 @@ func incomingWebhook(c *api.Context, w http.ResponseWriter, r *http.Request) {
channelName := parsedRequest.ChannelName
webhookType := parsedRequest.Type
+ //attachments is in here for slack compatibility
if parsedRequest.Attachments != nil {
if len(parsedRequest.Props) == 0 {
parsedRequest.Props = make(model.StringInterface)