@brentsimmons Regarding improving the Mastodon RSS experience, is it possible, without complicating the rest of the way the app works, to expand/load links from the posts in Reader View?
For example, your toot that I'm replying to. If I load that in NNW, it's just a short item with a link. Can Reader View load the blog post? One way I use Mastodon RSS is accounts that post interesting links, would be nice to be able to read those links in-app.
Too awkward/different?
@brentsimmons @tchambers @ricmac @NetNewsWire what about to support the ActivityStreams format besides of RSS, kind of in the same way as you already did with JSONFeed?
```
curl "https://mastodon.social/@pfefferle" \
-H 'Accept: application/activity+json'
```
That would make NetNewsWire a generic ActivityPub compatible reader without changing the experience?!?
@pfefferle @brentsimmons @tchambers @ricmac @NetNewsWire
Blows my mind (in a bad way) that no feedreader has implemented that yet. Such a low hanging fruit, no? What are we missing here?
@brentsimmons @tchambers @ricmac @NetNewsWire
This is why I asked to transform the json of the public feed in a RSS output.
https://github.com/mastodon/mastodon/issues/21500
I think it would be useful to have a server as a "magazine" if the admin allows it.
Great for exploration of topics and user discovery.