From 49ece5116778bc9155b317ed4d0faa202d90e6d7 Mon Sep 17 00:00:00 2001 From: Thracky Date: Wed, 16 Aug 2017 15:27:18 -0400 Subject: Add new file_ids parameter for Mattermost outgoing webhook (#240) * Added file_id parameter for outgoing webhook * Typo in the new fileids field name --- matterhook/matterhook.go | 1 + 1 file changed, 1 insertion(+) diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go index a2690806..b049d84d 100644 --- a/matterhook/matterhook.go +++ b/matterhook/matterhook.go @@ -43,6 +43,7 @@ type IMessage struct { ServiceId string `schema:"service_id"` Text string `schema:"text"` TriggerWord string `schema:"trigger_word"` + FileIDs string `schema:"file_ids"` } // Client for Mattermost. -- cgit v1.2.3