Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature read correct favicon from feed rss #786

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

luigihenrick
Copy link

@luigihenrick luigihenrick commented Jan 29, 2025

Hi, this relates to issue #785.

I have done a further investigation and discovered that in current version of the app the icon loaded is retrieved using the <link> property from the feed, and not the <image><url> for RSS or <icon> <logo> for ATOM.

So I have replaced this logic, and now it gets the configured icon for the feed, and when is not available, uses the previous logic, so it gets from feed.homepageLink.

I am not a mobile developer, so all insights are welcome.

And I have already mentioned, but thanks again, amazing app!

Evidence:
evidence

I am using same OPML file that on issue, I can share privately with project maintainers, as I am self hosting my feeds.

@msasikanth
Copy link
Owner

Hi, thanks for taking the time to address this issue. It was an intentional decision to use the link to fetch the fav icon rather than the feed icon. We noticed that not all feed icons are touch-friendly icons that are easy to identify. Since favicons are something that are well optimised for this, we used those.

So, let me look into this further with the FreshRSS links. Is it possible to share the OPML with me over email hello@sasikanth.dev, so that I can try out my changes?

@luigihenrick
Copy link
Author

Sure, just sent you my feeds, thanks for quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants