diff --git a/ts/types/Stickers.ts b/ts/types/Stickers.ts index c074a2649e..c945822aef 100644 --- a/ts/types/Stickers.ts +++ b/ts/types/Stickers.ts @@ -706,7 +706,7 @@ async function doDownloadStickerPack( }); const successfulStickerCount = jobResults.filter(item => item).length; - if (successfulStickerCount === 0) { + if (successfulStickerCount === 0 && nonCoverStickers.length !== 0) { throw new Error('doDownloadStickerPack: All stickers failed to download'); }