1
0
Fork 0
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:
Jérémy Benoist 2019-06-05 11:38:00 +02:00 committed by GitHub
commit 16e1c07553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);
}