Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom feed only shows one entry, which is 4 years old. #4561

Closed
therealmaxmoon opened this issue Jul 28, 2023 · 0 comments
Closed

Atom feed only shows one entry, which is 4 years old. #4561

therealmaxmoon opened this issue Jul 28, 2023 · 0 comments
Assignees
Labels
🧠 Backend Related to server logic and execution 🐛 Bug Something isn't working

Comments

@therealmaxmoon
Copy link

I am trying to get the atom feed of the really good pixel artist lashman (https://pixelfed.social/lashman), but the atom feed

https://pixelfed.social/users/lashman.atom

only contains one entry, which is 4 years old.

The atom feed link was found on the profile page. Pressing the 3 dots and on atom (see screenshot).

atom

Content of the atom feed with only one entry:


<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
	<id>https://pixelfed.social/users/lashman.atom</id>
	<title>lashman on Pixelfed</title>
	<subtitle type="html">game/film composer • VFX/motion graphic artist • occasionally gamedev</subtitle>
	<updated>2019-10-28T08:39:09.000Z</updated>
	
	<author>
		<name>lashman</name>
		<uri>https://pixelfed.social/lashman</uri>
	</author>

	<link rel="alternate" type="text/html" href="https://pixelfed.social/lashman" />
	<link rel="self" type="application/atom+xml" href="https://pixelfed.social/users/lashman.atom" />
			<entry>
		<id>https://pixelfed.social/p/lashman/94351494178017280</id>
		<title>i did a thing :) pretty happy with this one tbh ... comments are welcome :)</title>
		<updated>2019-10-28T08:39:09.000Z</updated>
		<author>
			<name>lashman</name>
			<uri>https://pixelfed.social/lashman</uri>
		</author>
		<content type="html">
			<![CDATA[
			<img id="rss_item_94351494178017280" src="https://pixelfed-prod.nyc3.digitaloceanspaces.com/public/m/9415380b19c20b948c98d7c5f1fb65710b040a9e/efad35050dbf561c92186196715b6beb751b0255/dvsrZQlin4mlqpRHhupc2xOLSHf6q40RgyhoRdjb.png" alt="">
			<p style="padding:10px;">i did a thing :) pretty happy with this one tbh ... comments are welcome :)</p>
			]]>
		</content>
		<link rel="alternate" href="https://pixelfed.social/p/lashman/94351494178017280" />
				<summary type="html">i did a thing :) pretty happy with this one tbh ... comments are welcome :)</summary>
				<media:content url="https://pixelfed-prod.nyc3.digitaloceanspaces.com/public/m/9415380b19c20b948c98d7c5f1fb65710b040a9e/efad35050dbf561c92186196715b6beb751b0255/dvsrZQlin4mlqpRHhupc2xOLSHf6q40RgyhoRdjb.png" type="image/png" medium="image" />
	</entry>
	

</feed>

I appreciate any help to solve this problem, because I really want to take my time to look at peoples work and appreciate it, instead of scrolling by in a timeline.

@dansup dansup self-assigned this Jul 30, 2023
@dansup dansup added 🐛 Bug Something isn't working 🧠 Backend Related to server logic and execution labels Jul 30, 2023
@dansup dansup closed this as completed in 1c105a6 Jul 30, 2023
dansup added a commit that referenced this issue Jul 30, 2023
Update ProfileController, allow albums in atom feed. Closes #4561. Fi…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧠 Backend Related to server logic and execution 🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants