Update Profile and Timeline components

pull/1168/head
Daniel Supernault 6 years ago
parent 1b95efa931
commit 153494c94f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

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

Loading…
Cancel
Save