Fix sticker-creator uploads
This commit is contained in:
parent
07c1505782
commit
3a6c9aa314
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ window.encryptAndUpload = async (
|
|||
);
|
||||
const encryptedStickers = await pMap(
|
||||
uniqueStickers,
|
||||
({ imageData }) => encrypt(imageData, encryptionKey, iv),
|
||||
({ imageData }) => encrypt(imageData.buffer, encryptionKey, iv),
|
||||
{
|
||||
concurrency: 3,
|
||||
timeout: 1000 * 60 * 2,
|
||||
|
|
Loading…
Reference in a new issue