mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Profile.vue
This commit is contained in:
parent
1f8fd484f7
commit
3f47872dc5
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ export default {
|
|||
}
|
||||
})
|
||||
.then(res => {
|
||||
let data = res.data;
|
||||
let data = res.data.filter(status => status.media_attachments.length > 0);
|
||||
let ids = data.map(status => status.id);
|
||||
this.ids = ids;
|
||||
this.min_id = Math.max(...ids);
|
||||
|
|
Loading…
Reference in a new issue