Lightbox: A number of tweaks
This commit is contained in:
parent
82f1920ce2
commit
c6278aa173
5 changed files with 85 additions and 47 deletions
|
@ -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`
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue