aboutsummaryrefslogtreecommitdiff
path: root/matrix/matrix.go
diff options
context:
space:
mode:
authorVishnunarayan K I <31964688+vn-ki@users.noreply.github.com>2018-07-02 12:30:42 +0530
committerTulir Asokan <tulir@maunium.net>2018-07-02 10:00:42 +0300
commit68db26bcace31297471641fe95f8882e301f5699 (patch)
tree77809244075380d292657b282b73d6cfa7a8eca0 /matrix/matrix.go
parentcf3f3e51d127f12b0d4b602cf446c1befde9cd79 (diff)
Emojify message (#65)
Diffstat (limited to 'matrix/matrix.go')
-rw-r--r--matrix/matrix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix/matrix.go b/matrix/matrix.go
index 654f081..9b90ffe 100644
--- a/matrix/matrix.go
+++ b/matrix/matrix.go
@@ -32,6 +32,7 @@ import (
"crypto/tls"
"encoding/json"
+
"gopkg.in/russross/blackfriday.v2"
"maunium.net/go/gomatrix"
"maunium.net/go/gomuks/config"