kopia lustrzana https://github.com/pixelfed/pixelfed
commit
88d600a2a6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -8,8 +8,8 @@
|
|||
"/js/compose.js": "/js/compose.js?id=9436fc6ceea845e5bd62",
|
||||
"/js/developers.js": "/js/developers.js?id=1359f11c7349301903f8",
|
||||
"/js/discover.js": "/js/discover.js?id=75fb12b06ee23fa05186",
|
||||
"/js/profile.js": "/js/profile.js?id=acaebf31a3c013751fec",
|
||||
"/js/profile.js": "/js/profile.js?id=bf431aa6387f69c6a91d",
|
||||
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
||||
"/js/status.js": "/js/status.js?id=0b11c2129b9ebdb0eddf",
|
||||
"/js/timeline.js": "/js/timeline.js?id=2141ac51a612c9eb9e12"
|
||||
"/js/timeline.js": "/js/timeline.js?id=00ff47b8e4b3a09d2586"
|
||||
}
|
||||
|
|
|
@ -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':
|
||||
|
|
Ładowanie…
Reference in New Issue