1
0
Fork 0

Update Profile and Timeline components

This commit is contained in:
Daniel Supernault 2019-04-21 21:04:46 -06:00
parent 1b95efa931
commit 153494c94f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 6 additions and 0 deletions

View File

@ -580,6 +580,9 @@ export default {
},
infiniteTimeline($state) {
if(this.loading) {
return;
}
let apiUrl = '/api/v1/accounts/' + this.profileId + '/statuses';
axios.get(apiUrl, {
params: {

View File

@ -489,6 +489,9 @@
},
infiniteTimeline($state) {
if(this.loading) {
return;
}
let apiUrl = false;
switch(this.scope) {
case 'home':