pixelfed / pixelfed

Photo Sharing. For Everyone.
https://pixelfed.org
GNU Affero General Public License v3.0
5.66k stars 680 forks source link

Display all media thumbnails in atom feed #4586

Open kr428 opened 1 year ago

kr428 commented 1 year ago

Trying to use the pixelfed atom feed for some integration approach (specifically, trying to reshare pixelfed posts to Diaspora), I am lost with the fact that, generally, it seems the feed created by pixelfed in all cases only contains the first image in a post (even if there are more) and this in the biggest possible resolution. Would it be possible to make the feed rather include all media as thumbnails?

rknightuk commented 1 month ago

I have some customers of EchoFeed who would also like for the feed to include all images from the post.

This looks to be a relatively easy thing to fix which I'm happy to open a pull request for if @dansup is wanting this as a feature. For reference it's done in resources/views/atom/user.blade.php.