Thumbnail

rani/matterbridge.git

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

commit fc9e456723585cb06e1bd646521d803012e8cbfd Author: Wim <wim@42.be> Date: Thu Apr 19 13:04:12 2018 +0000 Add missing import diff --git a/bridge/helper/helper.go b/bridge/helper/helper.go index 7edffb8..5fdc6ec 100644 --- a/bridge/helper/helper.go +++ b/bridge/helper/helper.go @@ -76 +77 @@ import (   log "github.com/sirupsen/logrus"   "io"   "net/http" + "strings"   "time"  )