forked from AkkomaGang/akkoma-fe
Fix reply timeline fetching
This commit is contained in:
parent
be20668f1f
commit
0dbe31cf31
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ const UserProfile = {
|
|||
},
|
||||
stopFetching () {
|
||||
this.$store.dispatch('stopFetchingTimeline', 'user')
|
||||
this.$store.dispatch('stopFetchingTimeline', 'replies')
|
||||
this.$store.dispatch('stopFetchingTimeline', 'favorites')
|
||||
this.$store.dispatch('stopFetchingTimeline', 'media')
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue