Lemmy devs are considering making all votes public - have your say

submitted by Rimu edited

Probably better to post in the github issue rather than replying here.

https://github.com/LemmyNet/lemmy/issues/4967

Back to main discussion

Avatar SorteKanin

Would the client not be able to sort the received posts after filtering?

Your client only gets a page of the sorting at a time. You would only be able to sort that single page, but to do an actual sorting, you'll need more posts than just what appears on the front page.

Avatar subignition

Right, that is what I meant by "inconsistent from one page to another". The received posts would be in an unfiltered state on each page and so the order could be very different depending on the local blocklist, probably resulting in stuff like the top of page 2 having a higher score than the bottom of page 1 pretty frequently.