From e55282318d2da3f95553884609318508dfad098d Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Thu, 15 Aug 2024 23:37:25 +0100 Subject: [PATCH] update documentation --- docs/manual.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/manual.md b/docs/manual.md index 6a8e864..a89a464 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -604,11 +604,29 @@ enbas show --type liked ### Mute a status -_Not yet supported_ +Mutes a status in order to stop receiving future notifications for replies, likes, boosts, etc. + +``` +enbas mute --type status --status-id 01J56ZJAGEWG967GS1EK0TV3GA +``` + +| flag | type | required | description | default | +|------|------|----------|-------------|---------| +| `type` | string | true | The resource you want to mute.
Here this should be `status`. | | +| `status-id` | string | true | The ID of the status that you want to mute. | | ### Unmute a status -_Not yet supported_ +Unmute a status in order to start receiving future notification from the status' thread. + +``` +enbas mute --type status --status-id 01J56ZJAGEWG967GS1EK0TV3GA +``` + +| flag | type | required | description | default | +|------|------|----------|-------------|---------| +| `type` | string | true | The resource you want to unmute.
Here this should be `status`. | | +| `status-id` | string | true | The ID of the status that you want to unmute. | | ### Vote in a poll within a status