Replies: 1 comment 2 replies
|
That's a very good question. I think this is the first time I see a RSS feed without even the title. One thing that goeland could do is that in the absence of a Title, take the link instead. However it would be harder to go beyond that, as the rss feed is really empty (which is a shame, bluesky should and can do better) |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm looking to create a source from a Bluesky account. Let's take for example this one: https://bsky.app/profile/did:plc:tvu3gwf5bcwti2ejjsj25om2/rss. I reference this one because it has an example similar to the actual account I'm looking to follow. Here is the RSS item for an example post containing only an image, no text:
Notably, there is neither a title nor a description field. When I use my standard filters
["unseen", "includelink", "links", "digest"], I get a digest email that appears empty but actually contains links with no text, rendering them invisible.I would like to figure out the right combination of filters to make these emails usable. At bare minimum it would be nice to just display the text of the link so that I can click on it. Any thoughts on how to accomplish this using existing filters?
All reactions