forked from j62/ctbrec
Get the 50 latest toots instead of 20
This commit is contained in:
parent
a249be01c7
commit
71599c7156
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue