You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing stickers through the desktop application on Linux, you are asked to add an emoji to each sticker so stickers can be suggested while messaging. This is a good feature, but you can't import stickers unless all stickers are assigned an emoji (the "Next" button is disabled). I'm currently importing my 1000+ stickers from whatsapp, so having to do this process for every single sticker is tedious. Can this feature be optional?
The text was updated successfully, but these errors were encountered:
I think I'm gonna do something on JS that selects a given emoji for all stickers using the dev console. It shouldn't be that difficult (if I knew JS enough xD).
I think I'm gonna do something on JS that selects a given emoji for all stickers using the dev console. It shouldn't be that difficult (if I knew JS enough xD).
Here is the code in case you're interested @N7le. It is meant to be run on the JavaScript console when importing stickers (View -> Toggle Developer Tools). It selects the star emoji for all stickers.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When importing stickers through the desktop application on Linux, you are asked to add an emoji to each sticker so stickers can be suggested while messaging. This is a good feature, but you can't import stickers unless all stickers are assigned an emoji (the "Next" button is disabled). I'm currently importing my 1000+ stickers from whatsapp, so having to do this process for every single sticker is tedious. Can this feature be optional?
The text was updated successfully, but these errors were encountered: