From d0d4188bf9783e51413686ff92148b4505a0065b Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 16:02:02 +0200 Subject: add update function to search buf spec: --timeline --- lisp/mastodon-search.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3