aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-17 11:03:43 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-17 11:03:43 +0100
commitf03f26e953bfd521432efdd62c565755d90991cc (patch)
treed5d0f9bb67704f92dcf767f4e0073e545dd4a335
parentd0041dd190edb9eecd627ead1208a562f5ab2006 (diff)
kw arg for foll-req reject
-rw-r--r--lisp/mastodon-notifications.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index b145fdd..45bd222 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -140,7 +140,7 @@ Can be called in notifications view or in follow-requests view."
"Reject a follow request.
Can be called in notifications view or in follow-requests view."
(interactive)
- (mastodon-notifications--follow-request-process t))
+ (mastodon-notifications--follow-request-process :reject))
(defun mastodon-notifications--mention (note)
"Format for a `mention' NOTE."