fedimbed: fix thumbnail being author url instead of avatar

This commit is contained in:
Cynthia Foxwell 2022-12-05 20:14:16 -07:00
parent bd7ade61d3
commit 96f0a9a04b

View file

@ -230,7 +230,7 @@ async function processUrl(msg, url) {
name: platformName, name: platformName,
}, },
thumbnail: { thumbnail: {
url: author.url, url: author.avatar,
}, },
fields: [], fields: [],
}; };