mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Store all uploads in a special table in server
This commit is contained in:
@@ -393,7 +393,9 @@ export class FileService {
|
||||
|
||||
await this.workspace.account.client.put<CompleteUploadOutput>(
|
||||
`/v1/workspaces/${this.workspace.id}/files/${file.id}`,
|
||||
{}
|
||||
{
|
||||
uploadId: data.uploadId,
|
||||
}
|
||||
);
|
||||
|
||||
const finalFileState = await this.workspace.database
|
||||
|
||||
Reference in New Issue
Block a user