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

FeedHQ special feeds probably don't work with self-hosted instances #1562

Open
Minoru opened this issue Mar 29, 2021 · 0 comments
Open

FeedHQ special feeds probably don't work with self-hosted instances #1562

Minoru opened this issue Mar 29, 2021 · 0 comments
Labels
bug This issue reports a problem that ought to be fixed

Comments

@Minoru
Copy link
Member

Minoru commented Mar 29, 2021

In src/feedhqurlreader.cpp Line 22-28 the urls for the "people you follow", "starred items", and "shared items" feeds I mentioned earlier are hardcoded to the feedhq.org url:

#define BROADCAST_FRIENDS_URL                                    \
	"http://feedhq.org/reader/atom/user/-/state/com.google/" \
	"broadcast-friends"
#define STARRED_ITEMS_URL \
	"http://feedhq.org/reader/atom/user/-/state/com.google/starred"
#define SHARED_ITEMS_URL \
	"http://feedhq.org/reader/atom/user/-/state/com.google/broadcast"

In my freshrss code I've removed the domain part and used cfg->get_configvalue("freshrss-url") + STARRED_ITEMS_URL, though I don't know if that's the safe way to do it.

Originally posted by @PetraOleum in #1544 (comment)

@Minoru Minoru added the bug This issue reports a problem that ought to be fixed label Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports a problem that ought to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant