aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-profile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 830e6ac..95137e0 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -223,7 +223,7 @@ NO-REBLOGS means do not display boosts in statuses."
(interactive "sSearch account for: ")
(let* ((ep (mastodon-tl--buffer-property 'endpoint))
(id (nth 1 (split-string ep "/"))))
- (mastodon-search--search-query query "statuses" nil id)))
+ (mastodon-search--search-query query "statuses" nil nil id)))
;;; ACCOUNT PREFERENCES