mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Enable attachment backup uploading
This commit is contained in:
@@ -1062,6 +1062,10 @@ export const backupMediaBatchResponseSchema = z.object({
|
||||
cdn: z.number(),
|
||||
mediaId: z.string(),
|
||||
})
|
||||
.transform(response => ({
|
||||
...response,
|
||||
isSuccess: isSuccess(response.status),
|
||||
}))
|
||||
.array(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user