Merge branch 'develop' into enhance-migration
This commit is contained in:
commit
b364128d01
2 changed files with 3 additions and 1 deletions
|
|
@ -297,7 +297,8 @@ export class FileServerService {
|
|||
} else if ('badge' in request.query) {
|
||||
const mask = (await sharpBmp(file.path, file.mime))
|
||||
.resize(96, 96, {
|
||||
fit: 'inside',
|
||||
fit: 'contain',
|
||||
position: 'centre',
|
||||
withoutEnlargement: false,
|
||||
})
|
||||
.greyscale()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue