[bug] Redirect from /users/:nickname.rss goes to feed.atom, not feed.rss #390
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#390
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
OTP
Extra details
Ubuntu 22.04, Elixir 1.13.4 (compiled with Erlang/OTP 25)
Version
8e5a88ed
PostgreSQL version
12
What were you trying to do?
Navigate to the Mastodon-compatible user feed URL. That is, for an Akkoma server hosted at https://akkoma.example.com, and for a local user "nickname", visit https://akkoma.example.com/users/nickname.rss
What did you expect to happen?
The server should redirect to the permalink for the feed, at https://akkoma.example.com/users/nickname/feed.rss
What actually happened?
The server redirected to https://akkoma.example.com/users/nickname/feed.atom, which is the permalink for the Atom 1.0 feed, not the RSS 2.0 feed.
The format ("rss") in the
conn
parameter is ignored in the functionPleroma.Web.Feed.UserController.feed_redirect/2
in lib/pleroma/web/feed/user_controller.ex.Logs
No response
Severity
I cannot use the software
Have you searched for this issue?