5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

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

This commit is contained in:
Wim 2018-01-01 14:20:16 +01:00
parent 57a503818d
commit 8e78b3e6be

View File

@ -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
}