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(
|
const encryptedStickers = await pMap(
|
||||||
uniqueStickers,
|
uniqueStickers,
|
||||||
({ imageData }) => encrypt(imageData, encryptionKey, iv),
|
({ imageData }) => encrypt(imageData.buffer, encryptionKey, iv),
|
||||||
{
|
{
|
||||||
concurrency: 3,
|
concurrency: 3,
|
||||||
timeout: 1000 * 60 * 2,
|
timeout: 1000 * 60 * 2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue