Remove bimg thumbnailer (#3522)

As it is most likely not used anyway. (It's not the default)
This commit is contained in:
Till 2025-02-03 13:18:52 +01:00 committed by GitHub
parent 57bbba3051
commit ad22d950dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 8 additions and 280 deletions

View file

@ -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.