mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue