commit 4cddc00f825598230bc5e8c7d983f1ed8a452683
Author: Wim <wim@42.be>
Date: Tue Feb 20 17:51:23 2018 +0000
diff --git a/bridge/telegram/telegram.go b/bridge/telegram/telegram.go
index ef310ef..25fa39e 100644
--- a/bridge/telegram/telegram.go
+++ b/bridge/telegram/telegram.go
@@ -3586 +3587 @@ 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
}