mirror of https://github.com/pixelfed/pixelfed.git
Update Timeline.vue
This commit is contained in:
parent
343683e4cc
commit
374135eb64
|
@ -471,9 +471,7 @@
|
|||
axios.get('/api/v2/config')
|
||||
.then(res => {
|
||||
this.config = res.data;
|
||||
if(window.outerWidth > 767) {
|
||||
this.fetchProfile();
|
||||
}
|
||||
this.fetchTimelineApi();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue