5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-22 07:00:27 +00:00

Fix merge issue

This commit is contained in:
Wim 2016-11-13 23:12:17 +01:00
parent 4976338677
commit af1ad82c8e

View File

@ -54,7 +54,7 @@ func (gw *SameChannelGateway) handleReceive(c chan config.Message) {
} }
} }
func (gw *SameChannelGateway) handleMessage(msg config.Message, dest bridge.Bridge) { func (gw *SameChannelGateway) handleMessage(msg config.Message, dest *bridge.Bridge) {
// is this a configured channel // is this a configured channel
if !gw.validChannel(msg.Channel) { if !gw.validChannel(msg.Channel) {
return return