forked from j62/ctbrec
1
0
Fork 0

Get the 50 latest toots instead of 20

This commit is contained in:
0xboobface 2019-02-28 18:24:19 +01:00
parent a249be01c7
commit 71599c7156
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import okhttp3.Response;
public class NewsTab extends Tab implements TabSelectionListener { public class NewsTab extends Tab implements TabSelectionListener {
private static final String ACCESS_TOKEN = "a2804d73a89951a22e0f8483a6fcec8943afd88b7ba17c459c095aa9e6f94fd0"; private static final String ACCESS_TOKEN = "a2804d73a89951a22e0f8483a6fcec8943afd88b7ba17c459c095aa9e6f94fd0";
private static final String URL = "https://mastodon.cloud/api/v1/timelines/home"; private static final String URL = "https://mastodon.cloud/api/v1/timelines/home?limit=50";
private VBox layout = new VBox(); private VBox layout = new VBox();