Add TODO comment for processing media

This commit is contained in:
Jesse Wierzbinski 2023-11-21 16:44:10 -10:00
parent 580958a181
commit 4afd939b18
No known key found for this signature in database

View file

@ -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),