4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 23:29:25 +00:00

Relay attachments from mattermost to slack (slack). Closes #260

This commit is contained in:
Wim
2017-09-18 23:51:27 +02:00
parent 27d886826c
commit 1a40b0c1e9
4 changed files with 51 additions and 2 deletions

View File

@ -29,6 +29,7 @@ type Message struct {
Gateway string `json:"gateway"`
Timestamp time.Time `json:"timestamp"`
ID string `json:"id"`
Extra []interface{}
}
type ChannelInfo struct {