New attachment storage system
This commit is contained in:
parent
273e1ccb15
commit
28664a606f
161 changed files with 2418 additions and 1562 deletions
|
@ -106,7 +106,9 @@ export function createIdenticon(
|
|||
}
|
||||
|
||||
const data = new Uint8Array(arrayBuffer);
|
||||
const path = await window.Signal.Migrations.writeNewTempData(data);
|
||||
const path = await window.Signal.Migrations.writeNewPlaintextTempData(
|
||||
data
|
||||
);
|
||||
resolve({ url, path });
|
||||
});
|
||||
reader.readAsArrayBuffer(blob);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue