From 66916849002da426062425d75b93ce80c943727e Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 24 Aug 2023 13:01:47 +0200 Subject: [PATCH] Mention followed hashtags in /api/v1/timelines/home --- content/en/methods/timelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/timelines.md b/content/en/methods/timelines.md index a8a38f92..1359c01b 100644 --- a/content/en/methods/timelines.md +++ b/content/en/methods/timelines.md @@ -231,7 +231,7 @@ Hashtag does not exist GET /api/v1/timelines/home HTTP/1.1 ``` -View statuses from followed users. +View statuses from followed users and hashtags. **Returns:** Array of [Status]({{}})\ **OAuth:** User + `read:statuses`\ @@ -448,4 +448,4 @@ Invalid or missing Authorization header. {{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/timelines/public_controller.rb" caption="app/controllers/api/v1/timelines/public_controller.rb" >}} -{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/timelines/tag_controller.rb" caption="app/controllers/api/v1/timelines/tag_controller.rb" >}} \ No newline at end of file +{{< caption-link url="https://github.com/mastodon/mastodon/blob/main/app/controllers/api/v1/timelines/tag_controller.rb" caption="app/controllers/api/v1/timelines/tag_controller.rb" >}}