Actions
Bug #7321
closedURL Parser conflicts with Emotes
Description
The URL parsing is seeing te:smile:st as a valid URL. Looks like the URL parsing REGEXP needs some improvements. This is currently using the below REGEXP.
Updated by krileon about 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon about 6 years ago
Implements https://gist.github.com/dperini/729294 from the research at https://mathiasbynens.be/demo/url-regex
Actions