diff --git a/plugins/plugins/core/components/ChatScroller.js b/plugins/plugins/core/components/ChatScroller.js index 913447c6..14963901 100644 --- a/plugins/plugins/core/components/ChatScroller.js +++ b/plugins/plugins/core/components/ChatScroller.js @@ -87,7 +87,7 @@ const extractComponents = async (url) => { } function processText(input) { - const linkRegex = /(qortal:\/\/S+)/g + const linkRegex = /(qortal:\/\/\s+$|\S+.+)/gm function processNode(node) { if (node.nodeType === Node.TEXT_NODE) { const parts = node.textContent.split(linkRegex)