Core
Core copied to clipboard
Webadmin chat doesn't linkify URLs with slashes in them
If an URL has a slash in it, the webadmin chat viewer doesn't linkify it.
Rewrite the chat to:
1, Use pattern matching to linkify the URLs
2, Move the linkification to when the message is received from the OnChat hook, to avoid linkifying on every page load.