Merge pull request #308 from hinaloe/fix/crash-short_name
keep short_names on sanitizenolan/hinaloe-test
commit
290f442daa
|
@ -31,6 +31,7 @@ function sanitize(emoji) {
|
||||||
return {
|
return {
|
||||||
id,
|
id,
|
||||||
name,
|
name,
|
||||||
|
short_names,
|
||||||
colons,
|
colons,
|
||||||
emoticons,
|
emoticons,
|
||||||
custom,
|
custom,
|
||||||
|
|
Loading…
Reference in New Issue