aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 16:30:37 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-30 16:30:37 +0200
commit84753be746df2bcaa66ff54a60e2dfc63c214826 (patch)
tree995ddccec2c5bd485217ab86281e53e437b9ca46 /lisp/mastodon-toot.el
parent5bb860d943cde9260ced8bc6eb9570d1dbb3273d (diff)
remove redundant interactive calls
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index d643e37..55e65eb 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -335,7 +335,6 @@ boosting, or bookmarking toots."
(defun mastodon-toot--toggle-boost-or-favourite (type)
"Toggle boost or favourite of toot at `point'.
TYPE is a symbol, either `favourite' or `boost.'"
- (interactive)
(mastodon-tl--do-if-toot-strict
(let* ((boost-p (equal type 'boost))
(has-id (mastodon-tl--property 'base-toot-id))