transfem-org / Sharkey

🌎 A Sharkish microblogging platform 🚀
https://joinsharkey.org/
74 stars 19 forks source link

feat: Timeline sorting #158

Closed flexstrongo closed 9 months ago

flexstrongo commented 9 months ago

Summary

There's a great feature in Streams to order your timeline by Posted Date, Commented Date, Received Date, or Unthreaded.

Posted Date is what Sharkey defaults to currently, I think. Where a post is received and added to the top of the timeline.

Commented Date will push a post to the top of the timeline if a new comment is received on that post. This is what I'd really like to see implemented. Being able to sort the timeline posts as new comments are received would keep lively conversations up near the top of your timeline, and seems to keep people more involved in their feeds.

image

Mar0xy commented 9 months ago

I have been thinking about this actively for the last 2 weeks and while this sounds nice at first it got into the section of "but what if someone constantly comments on their own post to keep it up" and "is it really worth trying to keep this feature functional with each upstream merge" which ultimately made me decide against this as Misskey in itself was meant to be a micro blogging platform and normally something like this would be out of scope for it.