forked from wallabag/wallabag
Allow fetching content on all import types
For better consistency, allow all types of imported entries to update, which was already the case for Firefox and Chrome.
This commit is contained in:
@ -37,8 +37,6 @@ class WallabagV1Import extends WallabagImport
|
||||
'title' => $entry['title'],
|
||||
'html' => $entry['content'],
|
||||
'url' => $entry['url'],
|
||||
'content_type' => '',
|
||||
'language' => '',
|
||||
'is_archived' => $entry['is_read'] || $this->markAsRead,
|
||||
'is_starred' => $entry['is_fav'],
|
||||
'tags' => '',
|
||||
|
||||
Reference in New Issue
Block a user