Skip to content
Snippets Groups Projects
Commit 90175a18 authored by eal's avatar eal
Browse files

Fix name clash on unicode and custom emoji

parent b67c5060
Branches
No related tags found
No related merge requests found
......@@ -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) => {}
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment