Merge pull request #6769 from wallabag/add-not-parsed-boolean

Add `isNotParsed` field on Entry entity
This commit is contained in:
Nicolas Lœuillet
2023-08-21 20:18:44 +02:00
committed by GitHub
16 changed files with 299 additions and 6 deletions

View File

@ -260,6 +260,7 @@ class ContentProxy
if (empty($content['html'])) {
$content['html'] = $this->fetchingErrorMessage;
$entry->setNotParsed(true);
if (!empty($content['description'])) {
$content['html'] .= '<p><i>But we found a short description: </i></p>';