From a9cf5172da766b07e5b869e3cdc5cb94e1f0c08f Mon Sep 17 00:00:00 2001 From: enahum Date: Tue, 3 May 2016 14:06:01 -0300 Subject: PLT-2719 Emails with underscores don't auto-link correctly (#2865) --- tests/test-links.md | 1 + webapp/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-links.md b/tests/test-links.md index b4a04e439..c9aca446d 100644 --- a/tests/test-links.md +++ b/tests/test-links.md @@ -67,3 +67,4 @@ https://en.wikipedia.org/wiki/URLs#Syntax links to the Syntax section of the Wik test@example.com links to `mailto:test@example.com` [email link](mailto:test@example.com) links to `mailto:test@example.com` and not `http://mailto:test@example.com` [other link](ts3server://example.com) links to `ts3server://example.com` and not `http://ts3server://example.com` +test_underscore@example.com links to `mailto:test_underscore@example.com` \ No newline at end of file diff --git a/webapp/package.json b/webapp/package.json index 261832c54..35565193f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "private": true, "dependencies": { - "autolinker": "0.24.1", + "autolinker": "mattermost/Autolinker.js#9689831109e104d7b545318e54199e6de8fd9b87", "bootstrap": "3.3.6", "bootstrap-colorpicker": "2.3.0", "chart.js": "1.0.2", -- cgit v1.2.3-1-g7c22