matrix-react-sdk
a7feb58b - Match emojis by long name

Commit
8 years ago
Match emojis by long name For example, searching for `:tong` will now match `:stuck_out_tongue` because the query `:tong` has all non-word characters removed, becoming `tong` and is then matched against the (long) names of emojis such as `smiling face with open mouth and tightly-closed eyes`.
Author
Luke Barnard
Committer
Luke Barnard
Parents
Loading