mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Sticker creator updates: new 200 sticker max, WebP supported
This commit is contained in:
committed by
Scott Nonnenberg
parent
94f52edbd0
commit
fe65fd3eaa
@@ -11,7 +11,7 @@ import { stickersDuck } from '../store';
|
||||
import { DropZone, Props as DropZoneProps } from '../elements/DropZone';
|
||||
import { convertToWebp } from '../util/preload';
|
||||
|
||||
const queue = new PQueue({ concurrency: 5 });
|
||||
const queue = new PQueue({ concurrency: 3 });
|
||||
|
||||
const SmartStickerFrame = SortableElement(
|
||||
({ id, showGuide, mode }: StickerFrameProps) => {
|
||||
|
||||
Reference in New Issue
Block a user