-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] [API] expose emoji convertion #11348
Comments
modules/emoji/emoji.go has: Lines 77 to 79 in b09ec50
Lines 89 to 92 in b09ec50
Lines 106 to 109 in b09ec50
Lines 114 to 116 in b09ec50
|
Can't clients just use a existing client-side library that does this conversation (which is mostly the same across libraries)? |
Yes I agree, AFAIK we use the aliases from the github gemoji gem or more specifialy the aliases from the included json file https://github.com/github/gemoji/blob/master/db/emoji.json. Using the JSON file to get the corresponding data is easy in most languages and should not require an extra API endpoint. |
closed because clients can handle it itself ... |
#11032 added UTF-8 emoji support - add api to fully use this in clients
proposal: for miscellaneous
add
POST /emoji/utf
to convert an alias to utfand
POST /emoji/alias
to get (first alias or alias list?)idears and thoughts are welcome :)
The text was updated successfully, but these errors were encountered: