forked from wallabag/wallabag
Fix because of some breaking changes of Graby 2.0
This commit is contained in:
@ -35,7 +35,9 @@ class WallabagV2Import extends WallabagImport
|
||||
{
|
||||
return [
|
||||
'html' => $entry['content'],
|
||||
'content_type' => $entry['mimetype'],
|
||||
'headers' => [
|
||||
'content-type' => $entry['mimetype'],
|
||||
],
|
||||
'is_archived' => (bool) ($entry['is_archived'] || $this->markAsRead),
|
||||
'is_starred' => (bool) $entry['is_starred'],
|
||||
] + $entry;
|
||||
|
||||
Reference in New Issue
Block a user