Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-14 | Fix #4149, fix #1199 - Store emojis as unicode (#4189) | Eugen Rochko | |
- Use unicode when selecting emoji through picker - Convert shortcodes to unicode when storing text input server-side - Do not convert shortcodes in JS anymore | |||
2017-07-03 | Faster emojify() by avoiding str.replace() entirely (#4049) | Nolan Lawson | |
2017-06-30 | Faster emojify() algorithm, avoid regex replace (#4019) | Nolan Lawson | |
* Faster emojify() algorithm, avoid regex replace * add semicolon |