Support for single-attachment delete synced across devices
This commit is contained in:
parent
97229e2e65
commit
ac04d02d4f
26 changed files with 422 additions and 55 deletions
|
@ -55,6 +55,7 @@ export async function handleImageAttachment(
|
|||
|
||||
return {
|
||||
blurHash,
|
||||
clientUuid: genUuid(),
|
||||
contentType,
|
||||
data: new Uint8Array(data),
|
||||
fileName: fileName || file.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue