diff --git a/src/modules/fedimbed.js b/src/modules/fedimbed.js index 47f347d..6e40d52 100644 --- a/src/modules/fedimbed.js +++ b/src/modules/fedimbed.js @@ -196,7 +196,7 @@ async function processUrl(msg, url) { postData2.text ?? postData2.content; author = { - name: postData2.account?.display_name ?? postData2.user?.name, + name: postData2.account?.display_name postData2.account?.username ?? postData2.user?.name ?? postData2.user?.username, handle: postData2.account?.fqn ?? `${postData2.account?.username ?? postData2.user?.username}@${