Function activity_slash_delete_thread_subscription

Source
pub async fn activity_slash_delete_thread_subscription(
    configuration: &Configuration,
    thread_id: i32,
) -> Result<(), Error<ActivitySlashDeleteThreadSubscriptionError>>
Expand description

Mutes all future notifications for a conversation until you comment on the thread or get an @mention. If you are watching the repository of the thread, you will still receive notifications. To ignore future notifications for a repository you are watching, use the Set a thread subscription endpoint and set ignore to true.