Hi tim,
sorry fixed it directly, itβs honestly not worth PRs and reviews, itβs a matter of copy/pasting few lines and running some rake tasks.
I can however explain you how it happened: previously some emojis were genderless, and then woman/man version were introduced. And if I remember correctly some of the genderless got the woman version and some the man version. Which is exactly what you found out.
If you find another one, here is the process:
- update my small emoji-db project: https://github.com/jjaffeux/emoji-db/commit/2a85d7329fea04689cd444357c4879b16ebea14c (mostly update db.json and run rake)
- run rake emoji:update from discourse root folder once the emoji-db commit is merged https://github.com/discourse/discourse/pull/7285
And