forked from mirror/pixelfed
Update Timeline.vue
This commit is contained in:
parent
343683e4cc
commit
374135eb64
1 changed files with 1 additions and 3 deletions
|
@ -471,9 +471,7 @@
|
||||||
axios.get('/api/v2/config')
|
axios.get('/api/v2/config')
|
||||||
.then(res => {
|
.then(res => {
|
||||||
this.config = res.data;
|
this.config = res.data;
|
||||||
if(window.outerWidth > 767) {
|
|
||||||
this.fetchProfile();
|
this.fetchProfile();
|
||||||
}
|
|
||||||
this.fetchTimelineApi();
|
this.fetchTimelineApi();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue