aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index a0e7a61..6b7e33d 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1584,11 +1584,11 @@ call this function after it is set or use something else."
((equal (mastodon-search--buf-type) "statuses")
'search-statuses)))
;; trends
- ((mastodon-tl--endpoint-str-= "api/v1/trends/statuses")
+ ((mastodon-tl--endpoint-str-= "trends/statuses")
'trending-statuses)
- ((mastodon-tl--endpoint-str-= "api/v1/trends/tags")
+ ((mastodon-tl--endpoint-str-= "trends/tags")
'trending-tags)
- ((mastodon-tl--endpoint-str-= "api/v1/trends/links")
+ ((mastodon-tl--endpoint-str-= "trends/links")
'trending-links)
;; User's views:
((mastodon-tl--endpoint-str-= "filters")