mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 15:55:56 +02:00
Fix MIME
This commit is contained in:
@@ -97,6 +97,6 @@ export async function convertToApng(path: string): Promise<IImage> {
|
|||||||
return {
|
return {
|
||||||
data,
|
data,
|
||||||
ext: 'apng',
|
ext: 'apng',
|
||||||
type: 'image/apng'
|
type: 'image/vnd.mozilla.apng'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user