commit 22522b57c6dba73252fddd8b69cf044416c13076
Author: Wim <wim@42.be>
Date: Mon Jan 01 14:20:16 2018 +0000
diff --git a/bridge/mattermost/mattermost.go b/bridge/mattermost/mattermost.go
index 7d1da4f..3ecaf6a 100644
--- a/bridge/mattermost/mattermost.go
+++ b/bridge/mattermost/mattermost.go
@@ -3210 +327 @@ type MMMessage struct {
type Bmattermost struct {
MMhook
MMapi
- Config *config.Protocol
- Remote chan config.Message
- TeamId string
- Account string
+ TeamId string
*config.BridgeConfig
}