From 7e3b53c37be8d9959fbffb23b6c6eb965386c5fd Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Fri, 6 Nov 2015 00:07:44 +0100 Subject: fix alter table command for postgres --- web/web.go | 1 + 1 file changed, 1 insertion(+) (limited to 'web') 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) -- cgit v1.2.3-1-g7c22