mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Update Signal Artist Series sticker packs
This commit is contained in:
@@ -102,7 +102,7 @@ describe('storage service', function (this: Mocha.Suite) {
|
|||||||
);
|
);
|
||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
stickerPack?.record.stickerPack?.position,
|
stickerPack?.record.stickerPack?.position,
|
||||||
6,
|
11,
|
||||||
'Wrong sticker pack position'
|
'Wrong sticker pack position'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -242,7 +242,7 @@ describe('storage service', function (this: Mocha.Suite) {
|
|||||||
);
|
);
|
||||||
assert.strictEqual(
|
assert.strictEqual(
|
||||||
stickerPack?.record.stickerPack?.position,
|
stickerPack?.record.stickerPack?.position,
|
||||||
7,
|
12,
|
||||||
'Wrong sticker pack position'
|
'Wrong sticker pack position'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,26 +108,57 @@ export const STICKERPACK_KEY_BYTE_LEN = 32;
|
|||||||
const RESOLVE_REFERENCES_BATCH_SIZE = 1000;
|
const RESOLVE_REFERENCES_BATCH_SIZE = 1000;
|
||||||
|
|
||||||
const BLESSED_PACKS: Record<string, BlessedType> = {
|
const BLESSED_PACKS: Record<string, BlessedType> = {
|
||||||
'9acc9e8aba563d26a4994e69263e3b25': {
|
// Rocky Talk
|
||||||
key: 'Wm3/OUjCjvubeq+T7MN1xp/DFueAd+0mhnoU0QoPahI=',
|
'42fb75e1827c0c945cfb5ca0975db03c': {
|
||||||
status: 'downloaded',
|
key: '7uJ+K593PgpV6iTDQLe+hYcRpuK9m27nBEND4OQovmU=',
|
||||||
},
|
|
||||||
fb535407d2f6497ec074df8b9c51dd1d: {
|
|
||||||
key: 'F+lxwTQDViJ4HS7iSeZHO3dFg3ULaMEbuCt1CcaLbf0=',
|
|
||||||
status: 'downloaded',
|
|
||||||
},
|
|
||||||
e61fa0867031597467ccc036cc65d403: {
|
|
||||||
key: 'E657GnQHMYKA6bOMEmHe044OcTi5+WSmzLtz5A9zeps=',
|
|
||||||
status: 'downloaded',
|
|
||||||
},
|
|
||||||
cca32f5b905208b7d0f1e17f23fdc185: {
|
|
||||||
key: 'i/jpX3pFver+DI9bAC7wGrlbjxtbqsQBnM1ra+Cxg3o=',
|
|
||||||
status: 'downloaded',
|
status: 'downloaded',
|
||||||
},
|
},
|
||||||
|
// My Daily Life 1
|
||||||
ccc89a05dc077856b57351e90697976c: {
|
ccc89a05dc077856b57351e90697976c: {
|
||||||
key: 'RXMOYPCdVWYRUiN0RTemt9nqmc7qy3eh+9aAG5YH+88=',
|
key: 'RXMOYPCdVWYRUiN0RTemt9nqmc7qy3eh+9aAG5YH+88=',
|
||||||
status: 'downloaded',
|
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: {
|
cfc50156556893ef9838069d3890fe49: {
|
||||||
key: 'X1vqt9OCRDywCh5I65Upe2uMrf0GMeXQ2dyUnmmZ/0s=',
|
key: 'X1vqt9OCRDywCh5I65Upe2uMrf0GMeXQ2dyUnmmZ/0s=',
|
||||||
status: 'downloaded',
|
status: 'downloaded',
|
||||||
|
|||||||
Reference in New Issue
Block a user