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
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
Riot.im uses emojione and the auto-replacement of ascii strings to emoji (i.e. :) becoming 🙂).
I think :D should not be converted to 😃 (:smiley:) but rather to 😄 (:smile:).
In all the apps I use (e.g. Riot, Github and Slack), 😃 looks more like a "surprise" than a "it's funny".
And, actually, Slack uses :smile: for :D.
And it also seems more logical to replace :D with :smile:, since :) is replaced by :slight_smile: (no y in the end).
I've tried to change the code in order to propose a PR, but I'm unsure which file I should really change... Is it emoji.js?
The text was updated successfully, but these errors were encountered:
Riot.im uses emojione and the auto-replacement of ascii strings to emoji (i.e.
:)
becoming 🙂).I think
:D
should not be converted to 😃 (:smiley:
) but rather to 😄 (:smile:
).In all the apps I use (e.g. Riot, Github and Slack), 😃 looks more like a "surprise" than a "it's funny".
And, actually, Slack uses
:smile:
for:D
.And it also seems more logical to replace
:D
with:smile:
, since:)
is replaced by:slight_smile:
(noy
in the end).I've tried to change the code in order to propose a PR, but I'm unsure which file I should really change... Is it emoji.js?
The text was updated successfully, but these errors were encountered: