From the source:
elif sort == "top":
posts = posts.filter(Post.posted_at > utcnow() - timedelta(days=1)).order_by(desc(Post.up_votes - Post.down_votes))
Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.
From the source:
elif sort == "top":
posts = posts.filter(Post.posted_at > utcnow() - timedelta(days=1)).order_by(desc(Post.up_votes - Post.down_votes))
Top sort is the most upvoted in the last 7 days.
We need to have a way for people to choose a different amount of time, a lot of people visit daily. Something like this https://s1.o7planning.com/web-rs/web-image/en/arf-1123668-vi.gif
Thanks! Though @asudox@lemmy.asudox.dev comment looks to indicate it's actually "Top day".
Maybe people are just upvoting the same posts all over recently.