mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Bump the number of items in the home timeline to 100.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user