diff options
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index bf0f948..bba816f 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -187,7 +187,8 @@ ACCOUNT-ID means limit search to that account, for \"statuses\" type only." (mapcar #'mastodon-search--get-hashtag-info tags)))) (with-mastodon-buffer buffer #'mastodon-mode nil (mastodon-search-mode) - (mastodon-tl--set-buffer-spec buffer "api/v2/search" nil + (mastodon-tl--set-buffer-spec buffer "search" + 'mastodon-tl--timeline nil params) ;; user results: (when accts |