summaryrefslogtreecommitdiffstats
path: root/bridge/api
diff options
context:
space:
mode:
Diffstat (limited to 'bridge/api')
-rw-r--r--bridge/api/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/api/api.go b/bridge/api/api.go
index 26ff3327..196be182 100644
--- a/bridge/api/api.go
+++ b/bridge/api/api.go
@@ -61,7 +61,7 @@ func (b *Api) Disconnect() error {
return nil
}
-func (b *Api) JoinChannel(channel string) error {
+func (b *Api) JoinChannel(channel config.ChannelInfo) error {
return nil
}