Steve Howell
6050a5bdd6
markdown: Build the emoticon regexes up front.
...
There are six emoticon regexes that allow us
make translations such as ":)" to ":slight_smile".
We now build these as soon as we read in the
JSON data, instead of rebuilding them every time
we convert a message to markdown.
It's possible that we should just hardcode this
data:
[
{ regex: /(\:\))/g, replacement_text: ':slight_smile:' },
{ regex: /(\(\:)/g, replacement_text: ':slight_smile:' },
{ regex: /(\:\/)/g, replacement_text: '😕 ' },
{ regex: /(<3)/g, replacement_text: '❤️ ' },
{ regex: /(\:\()/g, replacement_text: ':frown:' },
{ regex: /(\:\|)/g, replacement_text: '😑 ' }
]
OTOH I suppose it's possible that some server
admins will want to modify emoji_codes.json to
have custom emoticons.
2020-02-15 12:26:26 -08:00
..
2019-11-03 12:42:39 -08:00
2020-02-10 14:08:12 -08:00
2020-02-15 12:20:20 -08:00
2020-02-12 10:39:01 -08:00
2020-02-12 10:39:01 -08:00
2020-02-04 22:13:33 -08:00
2020-02-13 15:45:39 -08:00
2020-01-31 12:42:26 +05:30
2020-02-10 14:08:12 -08:00
2020-02-07 14:09:47 -08:00
2020-02-11 17:43:35 -08:00
2020-02-10 14:08:12 -08:00
2019-11-03 12:42:39 -08:00
2020-02-04 22:13:33 -08:00
2020-02-13 15:45:39 -08:00
2020-02-10 14:08:12 -08:00
2020-02-15 12:20:20 -08:00
2020-02-07 14:09:47 -08:00
2020-02-13 15:45:39 -08:00
2020-02-15 12:20:20 -08:00
2019-12-30 09:50:22 -08:00
2020-02-12 08:16:26 -05:00
2020-02-13 16:37:52 -08:00
2020-02-10 14:08:12 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 14:08:12 -08:00
2020-02-15 12:20:20 -08:00
2020-02-12 10:09:12 -08:00
2020-02-07 14:09:47 -08:00
2020-02-07 14:09:47 -08:00
2020-02-13 16:43:19 -08:00
2019-11-03 12:42:39 -08:00
2020-02-12 10:39:01 -08:00
2020-02-04 12:22:03 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-12 10:39:01 -08:00
2020-02-15 12:26:26 -08:00
2019-11-03 12:42:39 -08:00
2019-10-25 13:51:21 -07:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 14:08:12 -08:00
2020-02-04 12:22:03 -08:00
2020-02-12 10:39:01 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 14:08:12 -08:00
2019-10-31 13:47:54 -07:00
2020-02-12 10:09:12 -08:00
2020-02-10 15:57:20 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 14:08:12 -08:00
2020-02-04 12:22:03 -08:00
2019-11-03 12:42:39 -08:00
2020-01-27 15:36:59 -08:00
2019-11-03 12:42:39 -08:00
2020-02-04 12:22:03 -08:00
2019-11-03 12:42:39 -08:00
2020-02-12 10:39:01 -08:00
2019-11-03 12:42:39 -08:00
2020-02-12 10:39:01 -08:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2020-02-12 10:39:01 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 14:08:12 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2019-11-03 12:42:39 -08:00
2020-02-07 14:09:47 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-07 14:09:47 -08:00
2020-02-07 14:09:47 -08:00
2020-02-15 12:20:20 -08:00
2019-11-03 12:42:39 -08:00
2019-10-25 13:51:21 -07:00
2020-02-15 12:20:20 -08:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2020-01-15 12:01:14 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-07 14:09:47 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 14:08:12 -08:00
2019-11-03 12:42:39 -08:00
2020-02-10 14:08:12 -08:00
2020-02-15 12:20:20 -08:00
2020-02-13 15:45:39 -08:00
2020-02-12 10:09:12 -08:00
2019-09-20 10:34:44 -07:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 15:57:20 -08:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2020-02-12 10:39:01 -08:00
2020-02-10 14:08:12 -08:00
2020-02-12 10:39:01 -08:00
2020-02-12 10:39:01 -08:00
2020-02-10 14:08:12 -08:00
2020-02-13 15:45:39 -08:00
2020-02-12 10:39:01 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 15:57:20 -08:00
2020-02-10 14:08:12 -08:00
2020-01-16 13:23:47 -08:00
2020-02-07 14:09:47 -08:00
2020-02-10 15:57:20 -08:00
2019-11-03 12:42:39 -08:00
2020-02-10 14:08:12 -08:00
2020-02-02 20:37:41 -08:00
2020-02-10 14:08:12 -08:00
2020-02-07 14:09:47 -08:00
2019-11-03 12:42:39 -08:00
2020-02-12 08:16:26 -05:00
2020-02-10 14:08:12 -08:00
2019-11-20 16:58:46 -08:00
2020-02-15 12:20:20 -08:00
2020-02-07 14:09:47 -08:00
2020-02-07 14:09:47 -08:00
2020-02-10 14:08:12 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 14:08:12 -08:00
2020-02-07 14:09:47 -08:00
2020-02-10 14:08:12 -08:00
2019-11-03 12:42:39 -08:00
2020-01-12 11:27:26 -08:00
2020-02-15 12:20:20 -08:00
2020-02-04 17:08:08 -08:00
2020-02-10 14:08:12 -08:00
2020-02-12 10:39:01 -08:00
2020-02-10 14:08:12 -08:00
2020-02-11 17:43:35 -08:00
2020-02-12 10:39:01 -08:00
2020-02-12 08:16:26 -05:00
2020-02-10 14:08:12 -08:00
2020-02-11 14:14:59 -08:00
2020-02-10 14:08:12 -08:00
2020-02-10 14:08:12 -08:00
2020-02-07 14:09:47 -08:00
2020-02-10 14:08:12 -08:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2020-02-15 12:20:20 -08:00
2019-03-25 12:11:37 -07:00
2019-10-25 13:51:21 -07:00
2020-02-15 12:20:20 -08:00
2020-02-15 12:20:20 -08:00
2020-02-05 12:04:56 -08:00
2019-11-03 12:42:39 -08:00
2020-02-12 10:39:01 -08:00
2020-02-13 17:50:59 -08:00
2019-11-03 12:42:39 -08:00
2020-02-10 14:08:12 -08:00
2020-02-07 14:09:47 -08:00
2020-02-05 13:04:16 -08:00
2020-02-15 12:20:20 -08:00
2020-02-10 14:08:12 -08:00
2020-02-13 16:43:19 -08:00
2020-02-05 12:04:56 -08:00
2020-02-07 14:09:47 -08:00
2020-02-10 14:08:12 -08:00
2019-11-03 12:42:39 -08:00
2019-11-03 12:42:39 -08:00
2020-02-07 14:09:47 -08:00
2020-02-15 12:20:20 -08:00
2020-02-13 17:50:59 -08:00
2020-02-06 17:24:43 -08:00
2020-02-10 14:08:12 -08:00
2020-02-07 14:09:47 -08:00
2019-11-03 12:42:39 -08:00