move stickers to emoji store

This commit is contained in:
Henry Jameson 2026-01-29 15:14:17 +02:00
commit 5e21134d9b
4 changed files with 11 additions and 5 deletions

View file

@ -232,7 +232,7 @@ const getStickers = async ({ store }) => {
).sort((a, b) => {
return a.meta.title.localeCompare(b.meta.title)
})
useInstanceStore().set({ name: 'stickers', value: stickers })
useEmojiStore().setStickers(stickers)
} else {
throw res
}