mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-24 19:05:29 +00:00
Update message schema to handle cloud attachments
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user