Skip to content

Commit

Permalink
Add swoon sticker packs as blessed and known
Browse files Browse the repository at this point in the history
* Add swoon sticker packs as blessed and known
* Do not install blessed packs by default
  • Loading branch information
josh-signal authored Feb 18, 2020
1 parent 9e94016 commit 1881fa5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions js/modules/stickers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@
const BLESSED_PACKS = {
'9acc9e8aba563d26a4994e69263e3b25': {
key: 'Wm3/OUjCjvubeq+T7MN1xp/DFueAd+0mhnoU0QoPahI=',
status: 'installed',
status: 'known',
},
fb535407d2f6497ec074df8b9c51dd1d: {
key: 'F+lxwTQDViJ4HS7iSeZHO3dFg3ULaMEbuCt1CcaLbf0=',
status: 'installed',
status: 'known',
},
e61fa0867031597467ccc036cc65d403: {
key: '13ae7b1a7407318280e9b38c1261ded38e0e7138b9f964a6ccbb73e40f737a9b',
status: 'known',
},
cca32f5b905208b7d0f1e17f23fdc185: {
key: '8bf8e95f7a45bdeafe0c8f5b002ef01ab95b8f1b5baac4019ccd6b6be0b1837a',
status: 'known',
},
};

Expand Down

0 comments on commit 1881fa5

Please sign in to comment.