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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user