mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 12:23:31 +01:00
Lightbox: A number of tweaks
This commit is contained in:
@@ -5836,7 +5836,7 @@ async function removeKnownStickers(
|
||||
);
|
||||
const chunkSize = 50;
|
||||
|
||||
const total = getStickerCount();
|
||||
const total = await getStickerCount();
|
||||
console.log(
|
||||
`removeKnownStickers: About to iterate through ${total} stickers`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user