diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 23:40:16 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 23:40:16 +0200 |
commit | b78e91483a6ed49ebf20feebbe6bf6644c67e557 (patch) | |
tree | 50ecf89f7d9bf2dfc6b9a5a5c3facb5805368f78 /lisp/mastodon-profile.el | |
parent | 9bbcc60818209b24c7254a8c44f1ad21169c8077 (diff) |
fix search statuses from profile
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
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 |