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
1 changed files with 1 additions and 1 deletions

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
}