Skip to content

RSS: Fix URLs to point to the correct feed and page #1131

Open
@the-blank-x

Description

@the-blank-x

All these URLs:

have the same atom:link and link tags (<atom:link href="https://nitter.catsarch.com/brooke2valley/rss" rel="self" type="application/rss+xml" /> and <link>https://nitter.catsarch.com/brooke2valley</link>).

Additionally, the search RSS feed (for example, https://nitter.catsarch.com/search/rss?f=tweets&q=test) doesn't have query parameters for its atom:link and link tags.

I'd expect them to point to the same RSS feed and the corresponding web page respectively, instead of the user's normal list of tweets. For example, /brooke2valley/media/rss would have <atom:link href="https://nitter.catsarch.com/brooke2valley/media/rss" rel="self" type="application/rss+xml" /> and <link>https://nitter.catsarch.com/brooke2valley/media</link>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrssRSS-related issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions