move stickers to emoji store
This commit is contained in:
parent
573a980512
commit
5e21134d9b
4 changed files with 11 additions and 5 deletions
|
|
@ -14,6 +14,9 @@ const defaultState = {
|
|||
emoji: {},
|
||||
emojiFetched: false,
|
||||
unicodeEmojiAnnotations: {},
|
||||
|
||||
// Stickers
|
||||
stickers: null
|
||||
}
|
||||
|
||||
const SORTED_EMOJI_GROUP_IDS = [
|
||||
|
|
@ -127,6 +130,9 @@ export const useEmojiStore = defineStore('emoji', {
|
|||
},
|
||||
},
|
||||
actions: {
|
||||
setStickers (stickers) {
|
||||
this.stickers = stickers
|
||||
},
|
||||
async getStaticEmoji() {
|
||||
try {
|
||||
// See build/emojis_plugin for more details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue