mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-15 21:52:25 +03:00
made handler sy-test compatible
This commit is contained in:
parent
677fbb2c97
commit
ff87ec33a7
4 changed files with 74 additions and 60 deletions
|
@ -75,12 +75,6 @@ func (c *MediaAPI) Defaults(opts DefaultOpts) {
|
|||
}
|
||||
c.BasePath = "./media_store"
|
||||
}
|
||||
|
||||
c.UrlPreviewThumbnailSize = ThumbnailSize{
|
||||
Width: 200,
|
||||
Height: 200,
|
||||
ResizeMethod: "scale",
|
||||
}
|
||||
}
|
||||
|
||||
func (c *MediaAPI) Verify(configErrs *ConfigErrors) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue