-
-
Notifications
You must be signed in to change notification settings - Fork 247
emojify() misses some emojis in V2 #131
Copy link
Copy link
Open
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this!Please, send a pull request to resolve this!type: bugSomething isn't working :(Something isn't working :(
Hi, I've noticed some emojis fail to decode in version 2 vs version 1, despite being listed in emojilib.
Version 2.0.2
emojify(':airplane_departure: and :flashlight:')->:airplane_departure: and 🔦Version 1.11.0
emojify(':airplane_departure: and :flashlight:')->🛫 and 🔦It seems pretty consistent, the position in the string etc seems to make no difference.