LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse
https://join-lemmy.org
GNU Affero General Public License v3.0
12.95k stars 859 forks source link

RSS feed URL parameter to make it link to post, rather than external URL #4849

Closed mariomadproductions closed 2 weeks ago

mariomadproductions commented 2 weeks ago

Requirements

Is your proposal related to a problem?

Currently, when I open an entry from a lemmy RSS feed, it goes straight to the external URL (if there is one). I'd like to go to the lemmy post itself, so I can see the comments etc.

Describe the solution you'd like.

A URL parameter for to make all the links internal should work with any standard RSS reader.

Describe alternatives you've considered.

Don't think there are any good alternatives.

Additional context

No response

Nutomic commented 2 weeks ago

It doesnt make sense to have too many config options, we can simply change the value of the url field. Here is the code, need to replace url with post_url and set mime type text/html.

dessalines commented 2 weeks ago

Dupe of #1378

Also what version are you running? 0.19.4 should correctly link to the comments, 0.19.3 doesn't.

mariomadproductions commented 2 weeks ago

Dupe of #1378

Also what version are you running? 0.19.4 should correctly link to the comments, 0.19.3 doesn't.

My mistake, I didn't read that issue carefully enough. Sorry.

Yeah, 0.19.3, I'll look into upgrading. Thanks.