Skip to content

Commit 437137f

Browse files
maybe?
1 parent d7c8e6f commit 437137f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bridge/matrix/matrix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,6 @@ func (b *Bmatrix) handleUploadFile(msg *config.Message, roomID id.RoomID, fi *co
931931
})
932932
if err != nil {
933933
b.Log.Errorf("sendImage failed: %#v", err)
934-
935934
}
936935
case strings.Contains(mtype, "audio") && regexp.MustCompile(`(aac|flac|matroska|mp4|mpeg|ogg|opus|vorbis|wav)$`).MatchString(mtype): // god this is such a hack
937936
b.Log.Debugf("sendAudio %s", res.ContentURI)

0 commit comments

Comments
 (0)