feat(metadata-extractor): don't inspect canonical URLs

Changing the URL feels a bit icky when lobste.rs is a
_link_ aggregator at core. Let's trust the users are making
the right choices.
This commit is contained in:
Harsh Shandilya 2022-11-19 18:06:16 +05:30
parent 15d18414df
commit f429faf8b8
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,5 @@
Changelog
- Switch to Compose Material's swipe refresh feature
- Change metadata extractor logic to no longer prefer canonical URLs.
The submitted URL will be retained as-is now.