aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorMoha <boynux@gmail.com>2022-12-31 18:02:44 +0100
committerMoha <boynux@gmail.com>2023-01-01 12:18:48 +0100
commitbaa5ae92733ce95ea5036ca6b18575ebfa80af9b (patch)
tree8818673d52cac4dc74749da95a06ff0e1c1e4a8c /README.org
parent8a633d9ab01e9c8cb47e9edf54d52f44e26c57f9 (diff)
Add option to set the default reply visibility
This change introduces a new option `mastodon-toot-default-reply-visibility`. The default is set to "Public". Replies will be defaulted to the value of this parameter unless the original toot has a more restrictive visiblity. For example: with `mastodon-toot--default-reply-visibility` set to "unlisted" - Original post visibility: public - Reply default visibility: unlinsted - Original post visbility: private (only-followers) - Repy default visibility: private
Diffstat (limited to 'README.org')
-rw-r--r--README.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.org b/README.org
index 85ff179..35ebb99 100644
--- a/README.org
+++ b/README.org
@@ -263,6 +263,9 @@ work without first loading =mastodon.el=:
- =mastodon-profile--account-sensitive-toggle=: Toggle whether your posts are
marked as sensitive (nsfw) by default.
+- =mastodon-toot--default-reply-visibility=: Set the default visibility for replies.
+ This visibility is used only when the original post has less restrictive visibility.
+
*** Customization
See =M-x customize-group RET mastodon= to view all customize options.