mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixed bmp image previewing/uploading by adding new go image library
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
"github.com/nfnt/resize"
|
||||
"image"
|
||||
_ "image/gif"
|
||||
_ "golang.org/x/image/bmp"
|
||||
"image/jpeg"
|
||||
"io"
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user