mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-08-10 23:28:08 +00:00
Allow a webhookurl per channel (discord). #239
This commit is contained in:
@@ -53,7 +53,7 @@ func (b *Brocketchat) Disconnect() error {
|
||||
|
||||
}
|
||||
|
||||
func (b *Brocketchat) JoinChannel(channel string) error {
|
||||
func (b *Brocketchat) JoinChannel(channel config.ChannelInfo) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user