Skip to content
Snippets Groups Projects
Commit b8642504 authored by ubermanu's avatar ubermanu
Browse files

enable skin tone emojis

parent 3b946562
No related branches found
No related tags found
2 merge requests!122Custom Emoji Drawer & Inline Message Actions,!118Custom emoji picker
......@@ -59,7 +59,7 @@ converse.plugins.add('sib-emoji-picker', {
<emoji-picker
.chatview='${this.chatview}'
.model='${this.model}'
@emoji-click='${ev => this.insertIntoTextArea(ev.detail.emoji.unicode)}'
@emoji-click='${ev => this.insertIntoTextArea(ev.detail.unicode)}'
></emoji-picker>`;
},
};
......
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