diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 22:14:44 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-10-19 22:14:44 +0200 |
commit | a47313e2fb1509028f022ac24ce311057023f4ca (patch) | |
tree | c3891122ef6dfe5630b5a423fadf3cc3f41aa17e | |
parent | 31f77807011aee93957322b4134fb10b6f815a72 (diff) |
flycheck toot
-rw-r--r-- | lisp/mastodon-toot.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index b5322b3..cc75fae 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -181,7 +181,7 @@ width fonts")) (defvar mastodon-toot-visibility-settings-list '("public" "unlisted" "private") "A list of the available default toot visibility settings. -Like `mastodon-toot-visibility-list' but without 'direct.") +Like `mastodon-toot-visibility-list' but without direct.") (defvar-local mastodon-toot--visibility nil "A string indicating the visibility of the toot being composed. @@ -541,7 +541,8 @@ SUBTRACT means we are un-favouriting or unboosting, so we decrement." (defun mastodon-toot--list-boosters-or-favers (&optional favourite accounts) "List the favouriters or boosters of toot at point. -With FAVOURITE, list favouriters, else list boosters." +With FAVOURITE, list favouriters, else list boosters. +ACCOUNTS is notfications accounts if any." (mastodon-toot--with-toot-item (let* ((endpoint (unless accounts (if favourite "favourited_by" "reblogged_by"))) |