aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-13 15:44:21 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-13 15:44:21 +0100
commit93944c51aa4612987b85aec28e8707d598bc9c7c (patch)
treeeec26e65a0f2bb6434ff3bbb876284422f9b5f03 /lisp/mastodon-notifications.el
parent001149bd3883c3848b5c79ccba93428888ac0256 (diff)
notifications--follow-request-process -- make non-interactive
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 22f74ef..510ef8c 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -86,7 +86,6 @@
With no argument, the request is accepted. Argument REJECT means
reject the request. Can be called in notifications view or in
follow-requests view."
- (interactive)
(if (not (mastodon-tl--find-property-range 'toot-json (point)))
(message "No follow request at point?")
(let* ((toot-json (mastodon-tl--property 'toot-json))