From 2fc81921474f5daedcd8dada9040e338279a4161 Mon Sep 17 00:00:00 2001 From: Cynthia Date: Tue, 6 Dec 2022 21:18:54 -0700 Subject: [PATCH] fedimbed: set url to linked post --- src/modules/fedimbed.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index be3cd4e..37d9df6 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -222,6 +222,7 @@ async function processUrl(msg, url) { platformName = platform .replace("gotosocial", "GoToSocial") .replace(/^(.)/, (_, c) => c.toUpperCase()); + url = postData.id; } }