Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class EmojiConverter {
|
||||
static encode(e) {
|
||||
return {
|
||||
shortcode: e.name,
|
||||
static_url: e.url,
|
||||
url: e.url,
|
||||
visible_in_picker: true,
|
||||
category: undefined
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user