Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 0e457dc3fed3d7add048add97c1e62459937186f Author: Thracky <thracky@gmail.com> Date: Wed Aug 16 15:27:18 2017 +0000 Add new file_ids parameter for Mattermost outgoing webhook (#240) * Added file_id parameter for outgoing webhook * Typo in the new fileids field name diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go index a269080..b049d84 100644 --- a/matterhook/matterhook.go +++ b/matterhook/matterhook.go @@ -436 +437 @@ 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.