From d43f29f2c5cda59d0e5be81b40562112a02f7a37 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 18 Apr 2025 18:54:06 -0600 Subject: [PATCH] fedimbed: try 3 --- src/modules/fedimbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index 3230748..9d77dc3 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -1345,7 +1345,7 @@ async function processUrl(msg, url, spoiler = false, command = false) { const newContextHandle = contextHandle.split("@")[0]; context = context.replace(contextHandle, "@" + newContextHandle); } - context.replaceAll(/tw\.(counter-strike\.gay|c7\.pm)/g, "twitter.com"); + context = context.replaceAll(/tw\.(counter-strike\.gay|c7\.pm)/g, "twitter.com"); } }