This commit is contained in:
humorhenker
2021-02-18 09:23:38 +01:00
parent d6912b7007
commit 5bfa59059b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,10 +2,10 @@ package btelegram
import (
"html"
"path/filepath"
"strconv"
"strings"
"unicode/utf16"
"path/filepath"
"github.com/42wim/matterbridge/bridge/config"
"github.com/42wim/matterbridge/bridge/helper"

View File

@@ -89,7 +89,7 @@ func TGGetParseMode(b *Btelegram, username string, text string) (textout string,
parsemode = tgbotapi.ModeHTML
}
return textout, parsemode
}
}
func (b *Btelegram) Send(msg config.Message) (string, error) {
b.Log.Debugf("=> Receiving %#v", msg)