summaryrefslogtreecommitdiffstats
path: root/matterhook/matterhook.go
diff options
context:
space:
mode:
authorThracky <thracky@gmail.com>2017-08-16 15:27:18 -0400
committerWim <wim@42.be>2017-08-16 21:27:17 +0200
commit49ece5116778bc9155b317ed4d0faa202d90e6d7 (patch)
treed28531c0323a3b5e9bf99711eacf25fd1f856554 /matterhook/matterhook.go
parente77c3eb20a26f0e673038749e4ca76e7a47e775c (diff)
downloadmatterbridge-msglm-49ece5116778bc9155b317ed4d0faa202d90e6d7.tar.gz
matterbridge-msglm-49ece5116778bc9155b317ed4d0faa202d90e6d7.tar.bz2
matterbridge-msglm-49ece5116778bc9155b317ed4d0faa202d90e6d7.zip
Add new file_ids parameter for Mattermost outgoing webhook (#240)
* Added file_id parameter for outgoing webhook * Typo in the new fileids field name
Diffstat (limited to 'matterhook/matterhook.go')
-rw-r--r--matterhook/matterhook.go1
1 files changed, 1 insertions, 0 deletions
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.