mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 16:24:41 +09:00
chore: Delete comment that is not true
This commit is contained in:
@ -35,8 +35,7 @@ export class VideoProcessingService {
|
||||
timestamps: ['5%'],
|
||||
});
|
||||
});
|
||||
|
||||
// JPEGに変換 (Webpでもいいが、MastodonはWebpをサポートせず表示できなくなる)
|
||||
|
||||
return await this.imageProcessingService.convertToJpeg(`${dir}/out.png`, 498, 280);
|
||||
} finally {
|
||||
cleanup();
|
||||
|
Reference in New Issue
Block a user