mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
parent
e408d7e895
commit
519ba0b5e7
16 changed files with 22 additions and 22 deletions
|
@ -226,7 +226,7 @@ class PocketImport implements ImportInterface
|
|||
$entry->setArchived(true);
|
||||
}
|
||||
|
||||
// 0 or 1 - 1 If the item is favorited
|
||||
// 0 or 1 - 1 If the item is starred
|
||||
if ($pocketEntry['favorite'] == 1) {
|
||||
$entry->setStarred(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue