diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 16:02:02 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-10-13 16:02:02 +0200 |
commit | d0d4188bf9783e51413686ff92148b4505a0065b (patch) | |
tree | 592c16263e43d9347e98e7491d7a7512298be7fd /lisp | |
parent | beb877d523383d0adf2314e67c3655c6fbe87a7d (diff) |
add update function to search buf spec: --timeline
Diffstat (limited to 'lisp')
-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 |