fedimbed: more errors
This commit is contained in:
parent
ac94fa00e3
commit
8e61b5da82
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ async function processUrl(msg, url) {
|
|||
// We could just continue without author but it'd look ugly and be confusing.
|
||||
if (!author) {
|
||||
logger.warn(
|
||||
"fedimbed"`Bailing trying to re-embed "${url}": Failed to get author.`
|
||||
"fedimbed",
|
||||
`Bailing trying to re-embed "${url}": Failed to get author.`
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue