mirror of
https://github.com/42wim/matterbridge.git
synced 2025-01-17 20:49:02 -08:00
Fix compatibility with conduit/conduwuit
This commit is contained in:
parent
c4157a4d5b
commit
a1f7c9b208
@ -127,7 +127,7 @@ func (b *Bmatrix) Disconnect() error {
|
||||
|
||||
func (b *Bmatrix) JoinChannel(channel config.ChannelInfo) error {
|
||||
return b.retry(func() error {
|
||||
resp, err := b.mc.JoinRoom(channel.Name, "", nil)
|
||||
resp, err := b.mc.JoinRoom(channel.Name, "", struct{}{})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user