forked from wallabag/wallabag
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:
@ -78,6 +78,8 @@ class ContentProxy
|
||||
$entry->setUrl($url);
|
||||
}
|
||||
|
||||
$entry->setGivenUrl($url);
|
||||
|
||||
$this->stockEntry($entry, $content);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user