From dfc40c0bc2c8f1653ca71335b6ad99230f38067e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 25 May 2023 20:12:03 +0200 Subject: FIX boosting unlisted allowed, private not allowed --- lisp/mastodon-toot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 825831d..eb92c27 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -359,7 +359,7 @@ TYPE is a symbol, either `favourite' or `boost.'" (mastodon-tl--property 'toot-json)))) (if byline-region (if (and (or (equal visibility "direct") - (equal visibility "unlisted")) + (equal visibility "private")) boost-p) (message "You cant boost posts with visibility: %s" visibility) (cond ;; actually there's nothing wrong with faving/boosting own toots! -- cgit v1.2.3