mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 21:02:25 +03:00
Remove bimg
thumbnailer (#3522)
As it is most likely not used anyway. (It's not the default)
This commit is contained in:
parent
57bbba3051
commit
ad22d950dd
7 changed files with 8 additions and 280 deletions
|
@ -7,6 +7,8 @@
|
|||
package mediaapi
|
||||
|
||||
import (
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/element-hq/dendrite/internal/httputil"
|
||||
"github.com/element-hq/dendrite/internal/sqlutil"
|
||||
"github.com/element-hq/dendrite/mediaapi/routing"
|
||||
|
@ -15,7 +17,6 @@ import (
|
|||
userapi "github.com/element-hq/dendrite/userapi/api"
|
||||
"github.com/matrix-org/gomatrixserverlib"
|
||||
"github.com/matrix-org/gomatrixserverlib/fclient"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// AddPublicRoutes sets up and registers HTTP handlers for the MediaAPI component.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue