Skip to content
Snippets Groups Projects

Add completion for normal emoji.

Merged eal requested to merge feature/normal-emoji-completion into develop
+ 1
1
@@ -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