summaryrefslogtreecommitdiffstats
path: root/bridge/telegram/html.go
diff options
context:
space:
mode:
authorLiam Stanley <me@liamstanley.io>2018-06-09 06:47:40 -0400
committerWim <wim@42.be>2018-06-09 12:47:40 +0200
commit51327a405651442ac47c4ce75363442fa323b592 (patch)
tree4011309b5c748f7e5e717a5a7fc62a4026c6f421 /bridge/telegram/html.go
parent33bd60528be4eaf28ffd1065517ea41fde9ea62b (diff)
downloadmatterbridge-msglm-51327a405651442ac47c4ce75363442fa323b592.tar.gz
matterbridge-msglm-51327a405651442ac47c4ce75363442fa323b592.tar.bz2
matterbridge-msglm-51327a405651442ac47c4ce75363442fa323b592.zip
Reconnect on quit. (irc) See #431 (#445)
* potential fixes for #431 * go: fix formatting/gofmt/goreturns
Diffstat (limited to 'bridge/telegram/html.go')
-rw-r--r--bridge/telegram/html.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridge/telegram/html.go b/bridge/telegram/html.go
index 5e7bdc72..85547d7b 100644
--- a/bridge/telegram/html.go
+++ b/bridge/telegram/html.go
@@ -2,8 +2,9 @@ package btelegram
import (
"bytes"
- "github.com/russross/blackfriday"
"html"
+
+ "github.com/russross/blackfriday"
)
type customHTML struct {