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
No related branches found
No related tags found
1 merge request!169Add completion for normal emoji.
Pipeline #
......@@ -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.
Finish editing this message first!
Please register or to comment