From 1a40b0c1e9dd9772d760a68f2998b3bcb0f8a413 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 18 Sep 2017 23:51:27 +0200 Subject: Relay attachments from mattermost to slack (slack). Closes #260 --- bridge/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/config') diff --git a/bridge/config/config.go b/bridge/config/config.go index 812ce18e..229cbef7 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -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 { -- cgit v1.2.3