From baa5ae92733ce95ea5036ca6b18575ebfa80af9b Mon Sep 17 00:00:00 2001 From: Moha Date: Sat, 31 Dec 2022 18:02:44 +0100 Subject: 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 --- README.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.org') 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. -- cgit v1.2.3