mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 08:29:25 +01:00
Add new file_ids parameter for Mattermost outgoing webhook (#240)
* Added file_id parameter for outgoing webhook * Typo in the new fileids field name
This commit is contained in:
parent
e77c3eb20a
commit
49ece51167
@ -43,6 +43,7 @@ type IMessage struct {
|
|||||||
ServiceId string `schema:"service_id"`
|
ServiceId string `schema:"service_id"`
|
||||||
Text string `schema:"text"`
|
Text string `schema:"text"`
|
||||||
TriggerWord string `schema:"trigger_word"`
|
TriggerWord string `schema:"trigger_word"`
|
||||||
|
FileIDs string `schema:"file_ids"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client for Mattermost.
|
// Client for Mattermost.
|
||||||
|
Loading…
Reference in New Issue
Block a user