From 281c00c1102fd116675b35680a293f312a61f530 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(-) (limited to 'lisp/mastodon-toot.el') diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 59b8364..88ee34b 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -361,7 +361,7 @@ TYPE is a symbol, either `favourite' or `boost.'" (visibility (mastodon-tl--field 'visibility 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