Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit b5cfa6046482b39865fc08226e6df040f4e49bbb Author: Wim <wim@42.be> Date: Thu Feb 01 01:01:25 2018 +0000 Fix build diff --git a/bridge/matrix/matrix.go b/bridge/matrix/matrix.go index 06c5214..109d56c 100644 --- a/bridge/matrix/matrix.go +++ b/bridge/matrix/matrix.go @@ -1087 +1087 @@ func (b *Bmatrix) Send(msg config.Message) (string, error) {   if strings.Contains(mtype, "image") ||   strings.Contains(mtype, "video") {   if fi.Comment != "" { - resp, err := b.mc.SendText(channel, msg.Username+fi.Comment) + _, err := b.mc.SendText(channel, msg.Username+fi.Comment)   if err != nil {   flog.Errorf("file comment failed: %#v", err)   }