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:
Jérémy Benoist
2019-06-05 11:38:00 +02:00
committed by GitHub
5 changed files with 164 additions and 11 deletions

View File

@ -78,6 +78,8 @@ class ContentProxy
$entry->setUrl($url);
}
$entry->setGivenUrl($url);
$this->stockEntry($entry, $content);
}