mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Add TODO comment for processing media
This commit is contained in:
parent
580958a181
commit
4afd939b18
|
|
@ -94,7 +94,7 @@ export default async (req: Request): Promise<Response> => {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// Add job to process videos and other media
|
// TODO: Add job to process videos and other media
|
||||||
|
|
||||||
return jsonResponse({
|
return jsonResponse({
|
||||||
...attachmentToAPI(newAttachment),
|
...attachmentToAPI(newAttachment),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue