mirror of https://github.com/pixelfed/pixelfed.git
Update Timeline.vue
This commit is contained in:
parent
899e00a806
commit
f80c1f9bb4
|
@ -450,7 +450,7 @@
|
||||||
axios.get(apiUrl, {
|
axios.get(apiUrl, {
|
||||||
params: {
|
params: {
|
||||||
max_id: this.max_id,
|
max_id: this.max_id,
|
||||||
limit: 4
|
limit: 6
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
let data = res.data;
|
let data = res.data;
|
||||||
|
|
Loading…
Reference in New Issue