From e358ead6f631ae3ebd18dbbde126d499efde4446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Mon, 24 Mar 2025 17:31:21 +0100 Subject: [PATCH] mute specific discussion --- docs/hub/notifications.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/hub/notifications.md b/docs/hub/notifications.md index e8a4f2397..5e8aadb43 100644 --- a/docs/hub/notifications.md +++ b/docs/hub/notifications.md @@ -62,3 +62,11 @@ _Note, if a repository is muted, you won't receive any new notification unless y The list of muted repositories is available from the notifications settings page: ![Notifications settings page muted repositories](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/notifications-settings-muted.png) + +## Mute notifications for a specific discussion or PR + +You can also mute notifications for individual discussions or pull requests by clicking the mute icon in the header. Doing this prevents you from receiving any further notifications from that specific discussion or PR, including direct mentions. + +You can unmute at any time by clicking the same icon again. + +![Notifications mute discussions](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/notifications-mute-discussion.png)