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

@ -17,7 +17,7 @@ const StickerPicker = {
},
computed: {
pack() {
return useInstanceStore().stickers || []
return useEmojiStore().stickers || []
},
},
methods: {