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
1 changed files with 1 additions and 1 deletions

View File

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