mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 12:06:58 +01:00
Bump the number of items in the home timeline to 100.
This commit is contained in:
parent
a535aced06
commit
5f8249ec54
@ -159,6 +159,7 @@ public struct TwitterFeedProvider: FeedProvider {
|
||||
|
||||
switch urlComponents.path {
|
||||
case "/", "/home":
|
||||
parameters["count"] = 100
|
||||
api = "statuses/home_timeline.json"
|
||||
case "/notifications/mentions":
|
||||
api = "statuses/mentions_timeline.json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user