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

Use room.URI instead of room.Name. (gitter) (#293)

This commit is contained in:
Patrick Connolly 2017-11-07 18:35:08 -05:00 committed by Wim
parent 115c4b1aa7
commit 58392876df

View File

@ -95,7 +95,7 @@ func (b *Bgitter) JoinChannel(channel config.ChannelInfo) error {
flog.Errorf("connection with gitter closed for room %s", room)
}
}
}(stream, room.Name)
}(stream, room.URI)
return nil
}