mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Merge pull request #3271 from wallabag/store-resolved-url
Add `given_url` in Entry table to check if a redirected url has already added
This commit is contained in:
commit
16e1c07553
5 changed files with 164 additions and 11 deletions
|
@ -78,6 +78,8 @@ class ContentProxy
|
|||
$entry->setUrl($url);
|
||||
}
|
||||
|
||||
$entry->setGivenUrl($url);
|
||||
|
||||
$this->stockEntry($entry, $content);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue