gofmt
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user