From 41b2d4728c478c4bb4cbd33caacd22cea5967df1 Mon Sep 17 00:00:00 2001 From: trevor-signal <131492920+trevor-signal@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:34:40 -0500 Subject: [PATCH] Update Signal Artist Series sticker packs --- ts/test-mock/storage/sticker_test.node.ts | 4 +- ts/types/Stickers.preload.ts | 59 +++++++++++++++++------ 2 files changed, 47 insertions(+), 16 deletions(-) diff --git a/ts/test-mock/storage/sticker_test.node.ts b/ts/test-mock/storage/sticker_test.node.ts index 0783532856..e301eef8f9 100644 --- a/ts/test-mock/storage/sticker_test.node.ts +++ b/ts/test-mock/storage/sticker_test.node.ts @@ -102,7 +102,7 @@ describe('storage service', function (this: Mocha.Suite) { ); assert.strictEqual( stickerPack?.record.stickerPack?.position, - 6, + 11, 'Wrong sticker pack position' ); } @@ -242,7 +242,7 @@ describe('storage service', function (this: Mocha.Suite) { ); assert.strictEqual( stickerPack?.record.stickerPack?.position, - 7, + 12, 'Wrong sticker pack position' ); } diff --git a/ts/types/Stickers.preload.ts b/ts/types/Stickers.preload.ts index 8fff9ccb0a..98f8afcadd 100644 --- a/ts/types/Stickers.preload.ts +++ b/ts/types/Stickers.preload.ts @@ -108,26 +108,57 @@ export const STICKERPACK_KEY_BYTE_LEN = 32; const RESOLVE_REFERENCES_BATCH_SIZE = 1000; const BLESSED_PACKS: Record = { - '9acc9e8aba563d26a4994e69263e3b25': { - key: 'Wm3/OUjCjvubeq+T7MN1xp/DFueAd+0mhnoU0QoPahI=', - status: 'downloaded', - }, - fb535407d2f6497ec074df8b9c51dd1d: { - key: 'F+lxwTQDViJ4HS7iSeZHO3dFg3ULaMEbuCt1CcaLbf0=', - status: 'downloaded', - }, - e61fa0867031597467ccc036cc65d403: { - key: 'E657GnQHMYKA6bOMEmHe044OcTi5+WSmzLtz5A9zeps=', - status: 'downloaded', - }, - cca32f5b905208b7d0f1e17f23fdc185: { - key: 'i/jpX3pFver+DI9bAC7wGrlbjxtbqsQBnM1ra+Cxg3o=', + // Rocky Talk + '42fb75e1827c0c945cfb5ca0975db03c': { + key: '7uJ+K593PgpV6iTDQLe+hYcRpuK9m27nBEND4OQovmU=', status: 'downloaded', }, + // My Daily Life 1 ccc89a05dc077856b57351e90697976c: { key: 'RXMOYPCdVWYRUiN0RTemt9nqmc7qy3eh+9aAG5YH+88=', status: 'downloaded', }, + // Zozo the French Bulldog + fb535407d2f6497ec074df8b9c51dd1d: { + key: 'F+lxwTQDViJ4HS7iSeZHO3dFg3ULaMEbuCt1CcaLbf0=', + status: 'downloaded', + }, + // Croco's Feelings + '3044281a51307306e5442f2e9070953a': { + key: 'xMqqhDl+GmMKWWD1SguCdTyIpeUuDe/mFbpN2A8TDL8=', + status: 'downloaded', + }, + // My Daily Life 2 + a2414255948558316f37c1d36c64cd28: { + key: '/aEpNxltI28cqeEZalZULh0c72/4TivgOChxf6IK02Y=', + status: 'downloaded', + }, + // Cozy Season + '684d2b7bcfc2eec6f57f2e7be0078e0f': { + key: 'hm4Ny0obJfKwTfJwzXQnI+SmVVwKGrw/PzDcxaIBDFU=', + status: 'downloaded', + }, + // Chug the Mouse + f19548e5afa38d1ce4f5c3191eba5e30: { + key: 'LLMHZ0D2aapExsBjKQskmn0ApLAu2PnppbkCo38bvEE=', + status: 'downloaded', + }, + // Bandit the Cat + '9acc9e8aba563d26a4994e69263e3b25': { + key: 'Wm3/OUjCjvubeq+T7MN1xp/DFueAd+0mhnoU0QoPahI=', + status: 'downloaded', + }, + // Swoon / Hands + e61fa0867031597467ccc036cc65d403: { + key: 'E657GnQHMYKA6bOMEmHe044OcTi5+WSmzLtz5A9zeps=', + status: 'downloaded', + }, + // Swoon / Faces + cca32f5b905208b7d0f1e17f23fdc185: { + key: 'i/jpX3pFver+DI9bAC7wGrlbjxtbqsQBnM1ra+Cxg3o=', + status: 'downloaded', + }, + // Day by Day cfc50156556893ef9838069d3890fe49: { key: 'X1vqt9OCRDywCh5I65Upe2uMrf0GMeXQ2dyUnmmZ/0s=', status: 'downloaded',