mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Sticker Creator
This commit is contained in:
committed by
Scott Nonnenberg
parent
2df1ba6e61
commit
11d47a8eb9
@@ -399,6 +399,12 @@
|
||||
),
|
||||
});
|
||||
},
|
||||
|
||||
installStickerPack: async (packId, key) => {
|
||||
window.Signal.Stickers.downloadStickerPack(packId, key, {
|
||||
finalStatus: 'installed',
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
if (isIndexedDBPresent) {
|
||||
|
||||
Reference in New Issue
Block a user