jiti-meet/react/features/chat
Дамян Минков f11b6cbb1e
Replaces smileys and the logic of replacing links/emails. (#3560)
* Replaces smileys and the logic of replacing links/emails.

Now using react-emoji-render and react-linkify.

* Fixes heart emoji.

It is known that current implementation doesn't work with ascii emojis that contain < or >, like >:( >:-( </3 <\3 <3. Making those work may bring some xss issues.

* Adds '_blank' and 'noopener noreferrer' to the replaced links.

* Fixes package-lock links (http vs https).

* Fixes comments.
2018-12-03 18:01:40 +00:00
..
components Replaces smileys and the logic of replacing links/emails. (#3560) 2018-12-03 18:01:40 +00:00
actionTypes.js feat(chat): convert to use React 2018-09-26 14:48:10 -05:00
actions.js feat(chat): convert to use React 2018-09-26 14:48:10 -05:00
constants.js flow(AbstractAudio): specific function types 2018-03-13 16:57:29 -05:00
functions.js feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
index.js feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
middleware.js feat(chat): convert to use React 2018-09-26 14:48:10 -05:00
reducer.js feat(chat): convert to use React 2018-09-26 14:48:10 -05:00
smileys.js Replaces smileys and the logic of replacing links/emails. (#3560) 2018-12-03 18:01:40 +00:00
sounds.web.js fix(RN): bundle sound files in release build 2018-04-10 10:59:52 +02:00