mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 15:29:25 +00:00
Send images when text is empty regression. (mattermost). Closes #254
This commit is contained in:
@ -195,6 +195,7 @@ func (b *Bmattermost) handleMatter() {
|
||||
}
|
||||
rmsg.Text = text
|
||||
flog.Debugf("Sending message from %s on %s to gateway", message.Username, b.Account)
|
||||
flog.Debugf("Message is %#v", rmsg)
|
||||
b.Remote <- rmsg
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user