move stickers to emoji store
This commit is contained in:
parent
573a980512
commit
5e21134d9b
4 changed files with 11 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue