From c3361e3141d8cf415e39685ced012cf3cbb2dce3 Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Wed, 24 Apr 2024 00:59:04 -0400 Subject: [PATCH] Bugfix - RMF Chatma.ps URL Fix --- frontend-next/src/components/app/datatypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-next/src/components/app/datatypes.js b/frontend-next/src/components/app/datatypes.js index ed72e03..c03cd9c 100644 --- a/frontend-next/src/components/app/datatypes.js +++ b/frontend-next/src/components/app/datatypes.js @@ -84,7 +84,7 @@ export async function RMF(message) { // Rich Message Formatting for Chat Maps if (URLmatch[i].includes("/chat?")) { var roomName = URLmatch[i].split("?")[1].split("/")[2].split("-")[0].replaceAll("%20"," ") - newMessage.push((invites you to {roomName})) + newMessage.push((invites you to {roomName})) } } else { await imageProcessing("https://"+URLmatch[i]).then((result) => {