forked from mirrors/misskey
Image for web publish (#3402)
* Image for Web * Add comment * Make main to original
This commit is contained in:
@@ -32,6 +32,6 @@ export default define(meta, (ps, user) => new Promise(async (res, rej) => {
|
||||
if (file === null) {
|
||||
res({ file: null });
|
||||
} else {
|
||||
res({ file: await pack(file) });
|
||||
res({ file: await pack(file, { self: true }) });
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user