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