mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 01:49:27 +00:00
Fix sending to different channels on same account (slack). Closes #177
This commit is contained in:
@ -89,9 +89,6 @@ func (b *Bslack) JoinChannel(channel string) error {
|
||||
|
||||
func (b *Bslack) Send(msg config.Message) error {
|
||||
flog.Debugf("Receiving %#v", msg)
|
||||
if msg.Account == b.Account {
|
||||
return nil
|
||||
}
|
||||
nick := msg.Username
|
||||
message := msg.Text
|
||||
channel := msg.Channel
|
||||
|
Reference in New Issue
Block a user