mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-26 23:29:25 +00:00
Add more debug (telegram)
This commit is contained in:
@ -358,6 +358,7 @@ func (b *Btelegram) handleDownload(file interface{}, comment string, msg *config
|
||||
fileid = v.FileID
|
||||
}
|
||||
if b.Config.UseInsecureURL {
|
||||
flog.Debugf("Setting message text to :%s", text)
|
||||
msg.Text = text
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user