bluesky-social / atproto

Social networking technology created by Bluesky
Other
7.21k stars 511 forks source link

Add hotness as a default thread sort option #3082

Closed gaearon closed 2 days ago

gaearon commented 3 days ago

Adds a new hotness thread sort option and changes the agent to return it as a default if not specified. Currently it's up to the client to interpret it, we'll add a simple implementation into the social-app that others can use. In the future, we might want to move that logic to the server but we're not well-prepared for that change right now.