You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RSS readers (and some browsers, like Vivaldi) can detect when a feed is available based on a link rel=alternate in the html page's header. GTS currently does not include this.
Describe the solution you'd like.
When a user has RSS enabled, add something like this to their profile page:
<link rel="alternate" type="application/rss+xml" href="/path/to/rss/feed" title="Username on GoToSocial" />
Describe alternatives you've considered.
none
Additional context.
I've taken a look at the template code and I'm willing to implement this myself and submit a PR if it sounds like something you'd want included.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem ?
RSS readers (and some browsers, like Vivaldi) can detect when a feed is available based on a link rel=alternate in the html page's header. GTS currently does not include this.
Describe the solution you'd like.
When a user has RSS enabled, add something like this to their profile page:
Describe alternatives you've considered.
none
Additional context.
I've taken a look at the template code and I'm willing to implement this myself and submit a PR if it sounds like something you'd want included.
The text was updated successfully, but these errors were encountered: