From 93944c51aa4612987b85aec28e8707d598bc9c7c Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 13 Nov 2022 15:44:21 +0100 Subject: notifications--follow-request-process -- make non-interactive --- lisp/mastodon-notifications.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp') 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)) -- cgit v1.2.3