branch: elpa/mastodon commit bfe05967840253597ae28fd1c1278011a9e8db1c Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
fix respect visibility when boosting --- 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 2ddc24a50b..c4e76ad066 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -420,7 +420,7 @@ ACTION is a symbol, either `favourite' or `boost.'" (boost-p (eq action 'boost)) (action-str (symbol-name action)) (item-json (mastodon-tl--property 'item-json)) - (vis (mastodon-tl--field 'vis item-json))) + (vis (mastodon-tl--field 'visibility item-json))) (cond ((not byline-region) (user-error "Nothing to %s here?!?" action-str))