Bump the number of items in the home timeline to 100.

This commit is contained in:
Maurice Parker 2020-04-20 15:11:09 -05:00
parent a535aced06
commit 5f8249ec54
1 changed files with 1 additions and 0 deletions

View File

@ -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"