mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Timeline.vue
This commit is contained in:
parent
899e00a806
commit
f80c1f9bb4
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@
|
|||
axios.get(apiUrl, {
|
||||
params: {
|
||||
max_id: this.max_id,
|
||||
limit: 4
|
||||
limit: 6
|
||||
}
|
||||
}).then(res => {
|
||||
let data = res.data;
|
||||
|
|
Loading…
Reference in a new issue