mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-11 03:46:28 +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