Fix regression in mattermost bridge (mattermost). Closes #327

pull/330/head
Wim 7 years ago
parent 57a503818d
commit 8e78b3e6be

@ -32,10 +32,7 @@ type MMMessage struct {
type Bmattermost struct {
MMhook
MMapi
Config *config.Protocol
Remote chan config.Message
TeamId string
Account string
TeamId string
*config.BridgeConfig
}

Loading…
Cancel
Save