From b78e91483a6ed49ebf20feebbe6bf6644c67e557 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 23:40:16 +0200 Subject: fix search statuses from profile --- lisp/mastodon-profile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-profile.el') 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 -- cgit v1.2.3