mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-08 22:32:39 +01:00
Fix name clash on unicode and custom emoji
This commit is contained in:
parent
b67c506062
commit
90175a1872
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ window.fetch('/api/pleroma/emoji.json')
|
|||
const emoji = Object.keys(values).map((key) => {
|
||||
return { shortcode: key, image_url: values[key] }
|
||||
})
|
||||
store.dispatch('setOption', { name: 'emoji', value: emoji })
|
||||
store.dispatch('setOption', { name: 'customEmoji', value: emoji })
|
||||
},
|
||||
(failure) => {}
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue