Sticker Creator

This commit is contained in:
Ken Powers 2019-12-17 15:25:57 -05:00 committed by Scott Nonnenberg
parent 2df1ba6e61
commit 11d47a8eb9
123 changed files with 11287 additions and 1714 deletions

View file

@ -399,6 +399,12 @@
),
});
},
installStickerPack: async (packId, key) => {
window.Signal.Stickers.downloadStickerPack(packId, key, {
finalStatus: 'installed',
});
},
};
if (isIndexedDBPresent) {