diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index 4606216..7a85f07 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -171,7 +171,7 @@ async function processUrl(msg, url) { } // Author data is not sent with the post with AS2 - const authorData = await fetch(postData.actor, { + const authorData = await fetch(postData.actor ?? postData.attributedTo, { headers: { "User-Agent": FRIENDLY_USERAGENT, Accept: "application/activity+json",