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…
Reference in New Issue