Update message schema to handle cloud attachments

This commit is contained in:
Rory&
2025-09-23 23:25:08 +02:00
parent c167a7b541
commit db765d8ff0
3 changed files with 5 additions and 7 deletions
@@ -93,6 +93,7 @@ router.post(
id: a.userAttachmentId,
upload_filename: a.uploadFilename,
upload_url: `${cdnUrl}/attachments/${a.uploadFilename}`,
original_content_type: a.userOriginalContentType
}
})} as UploadAttachmentResponseSchema);
},