forked from lug/matterbridge
		
	Fix regression in mattermost bridge (mattermost). Closes #327
This commit is contained in:
		@@ -32,10 +32,7 @@ type MMMessage struct {
 | 
				
			|||||||
type Bmattermost struct {
 | 
					type Bmattermost struct {
 | 
				
			||||||
	MMhook
 | 
						MMhook
 | 
				
			||||||
	MMapi
 | 
						MMapi
 | 
				
			||||||
	Config  *config.Protocol
 | 
						TeamId string
 | 
				
			||||||
	Remote  chan config.Message
 | 
					 | 
				
			||||||
	TeamId  string
 | 
					 | 
				
			||||||
	Account string
 | 
					 | 
				
			||||||
	*config.BridgeConfig
 | 
						*config.BridgeConfig
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user