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:
@ -74,8 +74,6 @@ class InstapaperImport extends AbstractImport
|
||||
'status' => $data[3],
|
||||
'is_archived' => $data[3] === 'Archive' || $data[3] === 'Starred',
|
||||
'is_starred' => $data[3] === 'Starred',
|
||||
'content_type' => '',
|
||||
'language' => '',
|
||||
'html' => false,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user