fedimbed: fix thumbnail being author url instead of avatar
This commit is contained in:
parent
bd7ade61d3
commit
96f0a9a04b
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ async function processUrl(msg, url) {
|
||||||
name: platformName,
|
name: platformName,
|
||||||
},
|
},
|
||||||
thumbnail: {
|
thumbnail: {
|
||||||
url: author.url,
|
url: author.avatar,
|
||||||
},
|
},
|
||||||
fields: [],
|
fields: [],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue