Refactor sticker sync logic

This commit is contained in:
Fedor Indutny
2025-02-06 11:00:55 -08:00
committed by GitHub
parent ce6ae78230
commit 9ac46b8e8a
11 changed files with 264 additions and 187 deletions

View File

@@ -704,6 +704,7 @@ export function createIPCEvents(
installStickerPack: async (packId, key) => {
void Stickers.downloadStickerPack(packId, key, {
finalStatus: 'installed',
actionSource: 'ui',
});
},