aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-25 20:12:03 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-25 20:12:03 +0200
commitdfc40c0bc2c8f1653ca71335b6ad99230f38067e (patch)
treee02bf38c53decbfd110b1d8c4328ab62fbecd331
parentfc8d0fb6f20fbc291761648f2c7a801c41a6f876 (diff)
FIX boosting unlisted allowed, private not allowed
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
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!