mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 00:28:53 +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 {
|
switch urlComponents.path {
|
||||||
case "/", "/home":
|
case "/", "/home":
|
||||||
|
parameters["count"] = 100
|
||||||
api = "statuses/home_timeline.json"
|
api = "statuses/home_timeline.json"
|
||||||
case "/notifications/mentions":
|
case "/notifications/mentions":
|
||||||
api = "statuses/mentions_timeline.json"
|
api = "statuses/mentions_timeline.json"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user