Update message schema to handle cloud attachments

This commit is contained in:
Rory&
2025-09-29 18:33:17 +02:00
parent b8b4a27ffe
commit a2e7f28a9b
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);
},