fix: Bug - Sending files between users doesn't really work
Stream oversized generic attachments to disk instead of silently dropping chunks, avoid loading completed file downloads into renderer memory, and surface a clear error when the browser client cannot receive a file. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
"chunksOutOfOrder": "Received media chunks out of order. Retry the download.",
|
||||
"writeDownloadFailed": "Could not write media download to disk.",
|
||||
"openDownloadFailed": "Could not open completed media download from disk.",
|
||||
"downloadFailed": "Media download failed. Retry the download."
|
||||
"downloadFailed": "Media download failed. Retry the download.",
|
||||
"fileTooLarge": "This file is too large to download in this client. Use the desktop app or ask the sender to share a smaller file."
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
|
||||
Reference in New Issue
Block a user