mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use the readability byline for email authors if available
This commit is contained in:
parent
b326a5f8e7
commit
a4bb67deee
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export const saveEmail = async (
|
|||
content: content,
|
||||
description: metadata?.description || parseResult.parsedContent?.excerpt,
|
||||
title: title,
|
||||
author: input.author,
|
||||
author: parseResult.parsedContent?.byline || input.author,
|
||||
url: normalizeUrl(parseResult.canonicalUrl || url, {
|
||||
stripHash: true,
|
||||
stripWWW: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue