aboutsummaryrefslogtreecommitdiff
path: root/lisp
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:41 +0200
commit281c00c1102fd116675b35680a293f312a61f530 (patch)
tree1f5e9190c43772d22fa8ac0127b250626a090276 /lisp
parentea60d9aa25bff1ce1bfae0e10b34b07a790a53f5 (diff)
FIX boosting unlisted allowed, private not allowed
Diffstat (limited to 'lisp')
-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 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!