Open veekaybee opened 4 days ago
This is on custom feeds, and the thing about feeds is they don't have to be reverse-chronological, so it's pretty much the feeds' responsibility to make sure that the posts it's returning are in reverse-chron if they're expected to be one.
It is probably unfortunate that the starter template provided by Bluesky doesn't account for this however.
Steps to Reproduce
createdAt
date on the plc record is old, and likely the source of order of ingest in the stream.Given that many feeds are user-generated, it may make sense on the AppView side to limit feed content to < 7 days with clear labeling of intent and date limit, although with specific feeds like "📌" this might not make as much sense.
In general, based on users' previous experiences with social network "feed" speed, it feels like recency could be enforced on the AppView client side.
Attachments
e
What platform(s) does this occur on?
Web (Desktop)
Device Info
Web/iOS but not specific to either
What version of the app are you using?
Build version: 1.93.0; Bundle info: 7731136 (prod); Bundle date: 24110818; Platform: web
Additional Information
No response