Mention followed hashtags in /api/v1/timelines/home (#1282)
* Mention followed hashtags in /api/v1/timelines/home * Update timelines.md
This commit is contained in:
parent
0fe2e7932a
commit
7974696ed0
|
@ -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]({{<relref "entities/status">}})\
|
||||
**OAuth:** User + `read:statuses`\
|
||||
|
@ -239,6 +239,7 @@ View statuses from followed users.
|
|||
0.0.0 - added\
|
||||
2.6.0 - add `min_id`\
|
||||
3.3.0 - both `min_id` and `max_id` can be used at the same time now
|
||||
4.0.0 - as users can now follow hashtags, statuses from non-followed users may appear in the timeline
|
||||
|
||||
#### Request
|
||||
|
||||
|
|
Loading…
Reference in New Issue