Thumbnail

rani/matterbridge.git

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

commit 8398c01186746dd0df6cc231d697fc4e7709c965 Author: Wim <wim@42.be> Date: Mon Dec 11 12:25:28 2017 +0000 Fix panic (matrix). Closes #316 diff --git a/bridge/matrix/matrix.go b/bridge/matrix/matrix.go index 489f42e..dee301b 100644 --- a/bridge/matrix/matrix.go +++ b/bridge/matrix/matrix.go @@ -1066 +1067 @@ func (b *Bmatrix) Send(msg config.Message) (string, error) {   res, err := b.mc.UploadToContentRepo(content, mtype, int64(len(*fi.Data)))   if err != nil {   flog.Errorf("file upload failed: %#v", err) + continue   }   if strings.Contains(mtype, "video") {   flog.Debugf("sendVideo %s", res.ContentURI)