You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unicode for the speech-emoji is 1F4AC but is listed as 1f600, most likely a copy/paste issue. The emoji order could be updated as well, as well the category.
The result of this is that when someone selects the speech-emoji, the smile-emoji is added.
Another thing to note is that the emoji_order is 1, which adds the speech emoji to the beginning of the list, in the middle of all of the emotion emojis.
line 10786 of the emoji-list.js
{
"name": "speech", "unicode": "1f600", <-- should be 1F4AC
"shortname": ":speech:",
"code_decimal": "💬",
"category": "p",
"emoji_order": "1"
}
The unicode for the speech-emoji is 1F4AC but is listed as 1f600, most likely a copy/paste issue. The emoji order could be updated as well, as well the category.
The result of this is that when someone selects the speech-emoji, the smile-emoji is added.
Another thing to note is that the emoji_order is 1, which adds the speech emoji to the beginning of the list, in the middle of all of the emotion emojis.
line 10786 of the emoji-list.js
{
"name": "speech",
"unicode": "1f600", <-- should be 1F4AC
"shortname": ":speech:",
"code_decimal": "💬",
"category": "p",
"emoji_order": "1"
}
here are the links to some documentation for the grinning and speech emoji:
https://unicode-table.com/en/1F4AC/
https://unicode-table.com/en/1F600/
The text was updated successfully, but these errors were encountered: