From 8c72d82be356347250297ee77e742fcddddb7058 Mon Sep 17 00:00:00 2001 From: Nutomic Date: Fri, 13 Sep 2024 17:59:03 +0200 Subject: [PATCH] Add section about vote privacy (#320) * Add section about vote privacy * update * and and --- src/users/03-votes-and-ranking.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/users/03-votes-and-ranking.md b/src/users/03-votes-and-ranking.md index 042508f..241dc19 100644 --- a/src/users/03-votes-and-ranking.md +++ b/src/users/03-votes-and-ranking.md @@ -35,3 +35,7 @@ Comments can be sorted in the following ways. These all keep the indentation int Additionally there is a sort option **Chat**. This eliminates the hierarchy, and puts all comments on the top level, with newest comments shown at the top. It is useful to see new replies at any point in the conversation, but makes it difficult to see the context. The ranking algorithm is described in detail [here](../contributors/07-ranking-algo.md). + +# Vote Privacy + +Lemmy attempts to limit the visibility of votes to protect user privacy. But due to the way Lemmy works, votes cannot be completely private. Instance admins can see the names of everyone who voted on a given post or comment, and community moderators can see the names for the communities they moderate. This helps to fight against vote manipulation. Additionally, individual votes are federated over ActivityPub together with the corresponding username. This means that other federated platforms can freely choose how to display vote information, even going as far as publicly displaying individual votes.