From c371cab3369bbf856fd3fa15b65281a57d261ce0 Mon Sep 17 00:00:00 2001 From: Elizabeth Allendorf Date: Wed, 10 Jun 2026 11:31:44 -0700 Subject: [PATCH 1/2] Update docs to indicate you can block a user without reporting them --- docs/hub/moderation.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/hub/moderation.md b/docs/hub/moderation.md index 9fd0d5faf5..10d07091f8 100644 --- a/docs/hub/moderation.md +++ b/docs/hub/moderation.md @@ -16,7 +16,7 @@ To report a repository, you can click the three dots at the top right of a repos To report a comment, click the three dots at the top right of a comment and select "Report". A modal will appear where you can describe the reason for your report — this will be reviewed by the Hugging Face moderation team. -While submitting the report, you also have the option to **block the comment author** at the same time (see [Blocking a user](#blocking-a-user) below). +While submitting the report, you also have the option to **block the comment author** at the same time. You can also block a user directly from the comment menu without filing a report — see [Blocking a user](#blocking-a-user) below.
@@ -27,7 +27,10 @@ While submitting the report, you also have the option to **block the comment aut Blocking a user prevents them from interacting with your repositories and other Hub content. When you block someone, any existing follow relationship between you and that user is also removed. -You can block a user from the [comment report modal](#reporting-a-comment). Select "Report" from the comment's menu, fill in your reason, and check **"Yes, block this user"** before submitting. +There are two ways to block a user from a discussion comment: + +- **Directly from the comment menu** — click the three dots at the top right of a comment written by someone else and select **"Block @username"**. You will be asked to confirm before the block is applied. +- **From the report modal** — select "Report" from the comment's menu, fill in your reason, and check **"Yes, block this user"** before submitting. Use this option if you also want to report the comment to the Hugging Face moderation team. > [!NOTE] > You must have a confirmed email address on your account to block users. From 8483fbccdac6049ffd6e87d745a2fa7104c1f078 Mon Sep 17 00:00:00 2001 From: Elizabeth Allendorf Date: Thu, 11 Jun 2026 11:35:30 -0700 Subject: [PATCH 2/2] flip order --- docs/hub/moderation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/moderation.md b/docs/hub/moderation.md index 10d07091f8..71db75c7c2 100644 --- a/docs/hub/moderation.md +++ b/docs/hub/moderation.md @@ -29,8 +29,8 @@ Blocking a user prevents them from interacting with your repositories and other There are two ways to block a user from a discussion comment: -- **Directly from the comment menu** — click the three dots at the top right of a comment written by someone else and select **"Block @username"**. You will be asked to confirm before the block is applied. - **From the report modal** — select "Report" from the comment's menu, fill in your reason, and check **"Yes, block this user"** before submitting. Use this option if you also want to report the comment to the Hugging Face moderation team. +- **Directly from the comment menu** — click the three dots at the top right of a comment written by someone else and select **"Block @username"**. You will be asked to confirm before the block is applied. > [!NOTE] > You must have a confirmed email address on your account to block users.